Typedefs

bsdint.h File Reference

Go to the source code of this file.

Typedefs

typedef uint8_t u_int8_t
typedef uint16_t u_int16_t
typedef uint32_t u_int32_t
typedef uint64_t u_int64_t
typedef unsigned char uchar
typedef unsigned short ushort
typedef unsigned int uint
typedef unsigned long ulong
typedef unsigned char u_char
typedef unsigned short u_short
typedef unsigned int u_int
typedef unsigned long u_long

Typedef Documentation

typedef unsigned char u_char

Definition at line 33 of file bsdint.h.

typedef unsigned int u_int

Definition at line 35 of file bsdint.h.

typedef uint16_t u_int16_t

Definition at line 24 of file bsdint.h.

typedef uint32_t u_int32_t

Definition at line 25 of file bsdint.h.

typedef uint64_t u_int64_t

Definition at line 26 of file bsdint.h.

typedef uint8_t u_int8_t

Definition at line 23 of file bsdint.h.

typedef unsigned long u_long

Definition at line 36 of file bsdint.h.

typedef unsigned short u_short

Definition at line 34 of file bsdint.h.

typedef unsigned char uchar

Definition at line 28 of file bsdint.h.

typedef unsigned int uint

Definition at line 30 of file bsdint.h.

typedef unsigned long ulong

Definition at line 31 of file bsdint.h.

typedef unsigned short ushort

Definition at line 29 of file bsdint.h.