nckernel  0.1
 All Data Structures Files Functions Variables Typedefs Enumerations Enumerator Macros Groups Pages
types.h
Go to the documentation of this file.
1 
9 typedef unsigned long blkcnt_t;
10 
14 typedef unsigned long blksize_t;
15 
19 typedef unsigned long dev_t;
20 
24 typedef unsigned long fsblkcnt_t;
25 
29 typedef unsigned long fsfilcnt_t;
30 
34 typedef unsigned int uid_t;
35 
39 typedef unsigned long gid_t;
40 
45 typedef unsigned long id_t;
46 
50 typedef unsigned long ino_t;
51 
55 typedef unsigned long mode_t;
56 
60 typedef unsigned long nlink_t;
61 
65 typedef unsigned long off_t;
66 
70 typedef unsigned long pid_t;
71 
75 typedef unsigned int size_t;
76 
80 typedef int ssize_t;
81 
82 /* End of a file */