| UbixOS
    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 *))] | 
| long | nmemb | 
| char | nmemb_l_ [0] | 
| char | nmemb_r_ [(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
| void * | ptr | 
| char | ptr_l_ [0] | 
| char | ptr_r_ [(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))] | 
| long | size | 
| char | size_l_ [0] | 
| char | size_r_ [(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
Definition at line 178 of file sysproto_posix.h.
| userFileDescriptor* sys_fread_args::FILE | 
Definition at line 189 of file sysproto_posix.h.
Referenced by sys_fread().
| char sys_fread_args::FILE_l_[0] | 
Definition at line 188 of file sysproto_posix.h.
| char sys_fread_args::FILE_r_[(sizeof(register_t)<=sizeof(userFileDescriptor *) ? 0 :sizeof(register_t) - sizeof(userFileDescriptor *))] | 
Definition at line 190 of file sysproto_posix.h.
| long sys_fread_args::nmemb | 
Definition at line 186 of file sysproto_posix.h.
Referenced by sys_fread().
| char sys_fread_args::nmemb_l_[0] | 
Definition at line 185 of file sysproto_posix.h.
| char sys_fread_args::nmemb_r_[(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
Definition at line 187 of file sysproto_posix.h.
| void* sys_fread_args::ptr | 
Definition at line 180 of file sysproto_posix.h.
Referenced by sys_fread().
| char sys_fread_args::ptr_l_[0] | 
Definition at line 179 of file sysproto_posix.h.
| char sys_fread_args::ptr_r_[(sizeof(register_t)<=sizeof(void *) ? 0 :sizeof(register_t) - sizeof(void *))] | 
Definition at line 181 of file sysproto_posix.h.
| long sys_fread_args::size | 
Definition at line 183 of file sysproto_posix.h.
Referenced by sys_fread().
| char sys_fread_args::size_l_[0] | 
Definition at line 182 of file sysproto_posix.h.
| char sys_fread_args::size_r_[(sizeof(register_t)<=sizeof(long) ? 0 :sizeof(register_t) - sizeof(long))] | 
Definition at line 184 of file sysproto_posix.h.