Go to the documentation of this file.
18 #ifndef __LIBPOSIX_TYPES_H
19 #define __LIBPOSIX_TYPES_H
Size size_t
Used for sizes of objects.
sint off_t
Used for file sizes.
u16 gid_t
Used for group IDs.
Size nlink_t
Used for link counts.
u32 ProcessID
Process Identification Number.
uint mode_t
Used for some file attributes.
unsigned int uint
Unsigned integer number.
u64 time_t
Used for time in seconds.
unsigned long long u64
Unsigned 64-bit number.
signed long slong
Signed long number.
u16 uid_t
Used for user IDs.
unsigned short u16
Unsigned 16-bit number.
uint ino_t
Used for file serial numbers.
unsigned int Size
Any sane size indicator cannot go negative.
ProcessID pid_t
Used for process IDs and process group IDs.
slong ssize_t
Used for a count of bytes or an error indication.
signed int sint
Signed integer number.
Describes a device ID number.
DeviceID dev_t
Used for device IDs.
sint blkcnt_t
Used for file block counts.
sint blksize_t
Used for block sizes.