| 
 Data Structures | 
| struct   | taskFileInfo | 
| struct   | userFileDescriptorStruct | 
 Defines | 
| #define  | SEEK_SET   0x0 | 
 Typedefs | 
| typedef userFileDescriptorStruct  | userFileDescriptor | 
 Functions | 
| fileDescriptor *  | fopen (const char *file, const char *flags) | 
| int  | unlink (const char *path) | 
| int  | fclose (fileDescriptor *fd) | 
| int  | feof (fileDescriptor *fd) | 
| int  | fgetc (fileDescriptor *fd) | 
| size_t  | fread (void *ptr, size_t size, size_t nmemb, fileDescriptor *fd) | 
| size_t  | fwrite (void *ptr, int size, int nmemb, fileDescriptor *fd) | 
| int  | fseek (fileDescriptor *, long, int) | 
| void  | sysFseek (userFileDescriptor *, long, int) | 
| void  | sysChDir (const char *path) | 
| void  | chDir (const char *path) | 
| char *  | verifyDir (const char *path) | 
 Variables | 
| fileDescriptor *  | fdTable | 
| fileDescriptor *  | lastFd |