#include <stdio.h>#include <string.h>#include <sys/types.h>#include <sys/stat.h>Go to the source code of this file.
Defines | |
| #define | OF(a) () |
| #define | const |
| #define | huge |
| #define | far |
| #define | near |
| #define | farmalloc malloc |
| #define | farfree free |
| #define | fcalloc(items, size) calloc((unsigned)(items), (unsigned)(size)) |
| #define | fcfree free |
| #define | case_map(c) (c) |
| #define | to_up(c) ((c) >= 'a' && (c) <= 'z' ? (c)-'a'+'A' : (c)) |
| #define | void int |
| #define | FOPR "r" |
| #define | FOPM "r+" |
| #define | FOPW "w" |
| #define | FOPR_EX FOPR |
| #define | CBSZ 16384 |
| #define | ZBSZ 16384 |
| #define | SSTAT stat |
| #define | LSTAT SSTAT |
| #define | OS_CODE 0x300 |
Typedefs | |
| typedef unsigned int | extent |
Functions | |
| char * | calloc () |
| char* calloc | ( | ) |
1.5.1