EFFS vs C's file handling
Posted: Wed Aug 27, 2008 3:40 pm
Is there any coupling between C's file handling methods (open and fopen , etc.) and f_open, for example? In other words can a C program be written using only C's file handling functions and work or does one have to code the EFFS functions directly?
I think the answer is there is no coupling but I'm not somewhere where I can try an experiment easily. If there is a coupling where in the code is it made?
Thanks in advance,
Craig Lindley
I think the answer is there is no coupling but I'm not somewhere where I can try an experiment easily. If there is a coupling where in the code is it made?
Thanks in advance,
Craig Lindley