Macros | |
| #define | CF_BUFFERSIZE 256 |
| #define | CF_DIR "cf/" |
| #define | CF_MAXFILES 100 |
Typedefs | |
| typedef struct cf_file_s | cf_file_t |
Functions | |
| void | CF_Close (int desc) |
| void | CF_CloseAllFiles () |
| int | CF_EOF (int desc) |
| void | CF_Init (void) |
| int | CF_Open (const char *path, const char *mode) |
| int | CF_Quota () |
| const char * | CF_Read (int desc) |
| int | CF_Write (int desc, const char *buf) |
Variables | |
| int | cf_cursize |
| cf_file_t * | cf_filep |
| int | cf_filepcount |
| int | cf_maxsize |
| int | cf_openfiles |
| cvar_t * | crudefile_quota |
| #define CF_BUFFERSIZE 256 |
| #define CF_DIR "cf/" |
| #define CF_MAXFILES 100 |
| typedef struct cf_file_s cf_file_t |
| void CF_Close | ( | int | desc | ) |
| void CF_CloseAllFiles | ( | void | ) |
| void CF_Init | ( | void | ) |
| int CF_Quota | ( | void | ) |
| int cf_cursize |
| cf_file_t* cf_filep |
| int cf_filepcount |
| int cf_maxsize |
| int cf_openfiles |
| cvar_t* crudefile_quota |