Functions | |
| void | CF_Close (int desc) |
| void | CF_CloseAllFiles (void) |
| int | CF_EOF (int desc) |
| void | CF_Init (void) |
| int | CF_Open (const char *path, const char *mode) |
| int | CF_Quota (void) |
| const char * | CF_Read (int desc) |
| int | CF_Write (int desc, const char *buf) |
| void CF_Close | ( | int | desc | ) |
| void CF_CloseAllFiles | ( | void | ) |
| void CF_Init | ( | void | ) |
| int CF_Quota | ( | void | ) |