Using the C Math Library | ![]() ![]() |
File I/O Functions
Function |
Purpose |
mlfFclose |
Close file. |
mlfFopen |
Open file. |
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. |
Function |
Purpose |
mlfFprintf |
Write formatted data to file. |
mlfFscanf |
Read formatted data from file. |
Function |
Purpose |
mlfFread |
Read binary data from file. |
mlfFwrite |
Write binary data to file. |
Function |
Purpose |
mlfSprintf |
Write formatted data to a string. |
mlfSscanf |
Read string under format control. |
Function |
Purpose |
mlfLoad |
Retrieve variables from disk. |
mlfSave |
Save variables to disk. |
![]() | Character String Functions | Data Types | ![]() |