CS350 COS
COS
Loading...
Searching...
No Matches
types.h File Reference

Go to the source code of this file.

Macros

#define NULL   ((void *)0)
 

Typedefs

typedef signed char int8_t
 
typedef signed short int16_t
 
typedef signed int int32_t
 
typedef signed long int64_t
 
typedef unsigned char uint8_t
 
typedef unsigned short uint16_t
 
typedef unsigned int uint32_t
 
typedef unsigned long uint64_t
 
typedef int64_t intptr_t
 
typedef uint64_t uintptr_t
 
typedef uint64_t size_t
 
typedef int64_t ssize_t
 
typedef int64_t off_t
 
typedef int64_t fpos_t
 
typedef uint64_t ino_t
 
typedef uint64_t time_t
 
typedef uint64_t suseconds_t
 
typedef uint16_t pid_t
 

Macro Definition Documentation

◆ NULL

#define NULL   ((void *)0)

Definition at line 30 of file types.h.

Typedef Documentation

◆ fpos_t

typedef int64_t fpos_t

Definition at line 21 of file types.h.

◆ ino_t

typedef uint64_t ino_t

Definition at line 23 of file types.h.

◆ int16_t

typedef signed short int16_t

Definition at line 6 of file types.h.

◆ int32_t

typedef signed int int32_t

Definition at line 7 of file types.h.

◆ int64_t

typedef signed long int64_t

Definition at line 8 of file types.h.

◆ int8_t

typedef signed char int8_t

Definition at line 5 of file types.h.

◆ intptr_t

typedef int64_t intptr_t

Definition at line 15 of file types.h.

◆ off_t

typedef int64_t off_t

Definition at line 20 of file types.h.

◆ pid_t

typedef uint16_t pid_t

Definition at line 28 of file types.h.

◆ size_t

typedef uint64_t size_t

Definition at line 17 of file types.h.

◆ ssize_t

typedef int64_t ssize_t

Definition at line 18 of file types.h.

◆ suseconds_t

Definition at line 26 of file types.h.

◆ time_t

typedef uint64_t time_t

Definition at line 25 of file types.h.

◆ uint16_t

typedef unsigned short uint16_t

Definition at line 11 of file types.h.

◆ uint32_t

typedef unsigned int uint32_t

Definition at line 12 of file types.h.

◆ uint64_t

typedef unsigned long uint64_t

Definition at line 13 of file types.h.

◆ uint8_t

typedef unsigned char uint8_t

Definition at line 10 of file types.h.

◆ uintptr_t

Definition at line 16 of file types.h.