FreeNOS
Typedefs
types.h File Reference
#include <Types.h>

Go to the source code of this file.

Typedefs

typedef ProcessID pid_t
 Used for process IDs and process group IDs.
 
typedef Size size_t
 Used for sizes of objects.
 
typedef slong ssize_t
 Used for a count of bytes or an error indication.
 
typedef DeviceID dev_t
 Used for device IDs.
 
typedef uint ino_t
 Used for file serial numbers.
 
typedef uint mode_t
 Used for some file attributes.
 
typedef u16 uid_t
 Used for user IDs.
 
typedef u16 gid_t
 Used for group IDs.
 
typedef Size nlink_t
 Used for link counts.
 
typedef sint off_t
 Used for file sizes.
 
typedef sint blkcnt_t
 Used for file block counts.
 
typedef sint blksize_t
 Used for block sizes.
 
typedef u64 time_t
 Used for time in seconds.