Using the C Math Library    

File I/O Functions

File Opening and Closing 
Function
Purpose
mlfFclose
Close file.
mlfFopen
Open file.

File Positioning 
Function
Purpose
mlfFeof
Test for end-of-file.
mlfFerror
Inquire file I/O error status.
mlfFseek
Set file position indicator.
mlfFtell
Get file position indicator.

Formatted I/O 
Function
Purpose
mlfFprintf
Write formatted data to file.
mlfFscanf
Read formatted data from file.

Binary File I/O 
Function
Purpose
mlfFread
Read binary data from file.
mlfFwrite
Write binary data to file.

String Conversion 
Function
Purpose
mlfSprintf
Write formatted data to a string.
mlfSscanf
Read string under format control.

File Import/Export Functions 
Function
Purpose
mlfLoad
Retrieve variables from disk.
mlfSave
Save variables to disk.


 Character String Functions Data Types