[En-Nut-Discussion] Xflash problem!!!
Harald Kipp
harald.kipp at egnite.de
Sat Feb 4 17:40:17 CET 2006
Hi Michael,
At 16:05 04.02.2006 +0100, you wrote:
>@Harald,
>what should we use for the application, the _xxx functions, or fxxx?
As you may know, _open is the lower level of fopen. _open saves code
space, while fopen can be used advanced functions like fprintf() and
fscanf(). If these advance stream functions are not required, _open
is the better choice, obviously.
Harald
More information about the En-Nut-Discussion
mailing list