LocalFile API List?

12 Jul 2010 . Edited: 12 Jul 2010

Are the API's for the localfile library listed somewhere? I'm specifically looking for the syntax of:

  • fread
  • fscanf
  • fgets
  • etc...

Would these be the same as the ANSI standard "C" syntax?

Thank,

Doug

12 Jul 2010

It appears the LocalFile contains many of the functions (maybe all) in the "C" and C++ standard libraries stdio.h or cstdio.h.
The reference I have been using is located at:

http://www.cplusplus.com/reference/clibrary/cstdio/