diff options
Diffstat (limited to 'fs/file.h')
| -rw-r--r-- | fs/file.h | 6 |
1 files changed, 6 insertions, 0 deletions
@@ -3,6 +3,8 @@ #include <stdint.h> +#define FILE_MAX_FILES 100; + typedef struct { int(* seek)(int offset, int whence); @@ -17,4 +19,8 @@ typedef struct }file; + + + + #endif |
