EFFS vs C's file handling

Discussion to talk about software related topics only.
Post Reply
craiglindley
Posts: 19
Joined: Sat Apr 26, 2008 6:19 am

EFFS vs C's file handling

Post by craiglindley »

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
Post Reply