| UbixOS V2
    2.0
    | 
#include <sysproto_posix.h>

| Data Fields | |
| userFileDescriptor * | FILE | 
| char | FILE_l_ [0] | 
| char | FILE_r_ [(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] | 
Definition at line 199 of file sysproto_posix.h.
| userFileDescriptor* sys_fgetc_args::FILE | 
Definition at line 201 of file sysproto_posix.h.
Referenced by sys_fgetc().
| char sys_fgetc_args::FILE_l_[0] | 
Definition at line 200 of file sysproto_posix.h.
| char sys_fgetc_args::FILE_r_[(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] | 
Definition at line 202 of file sysproto_posix.h.