WKern
Loading...
Searching...
No Matches
nums.h File Reference

Go to the source code of this file.

Typedefs

typedef unsigned char kuint8_t
typedef unsigned short kuint16_t
typedef unsigned int kuint32_t
typedef unsigned long kuintptr_t
typedef unsigned int size_t
typedef unsigned int u32
 32-Bit Unsigned Int
typedef unsigned char u8
 8-Bit Unsigned Int
typedef unsigned long uptr
 Long Unsigned Int.
typedef unsigned short u16
 16-Bit Unsigned Int

Typedef Documentation

◆ kuint16_t

typedef unsigned short kuint16_t

Definition at line 23 of file nums.h.

◆ kuint32_t

typedef unsigned int kuint32_t

Definition at line 24 of file nums.h.

◆ kuint8_t

typedef unsigned char kuint8_t

Definition at line 22 of file nums.h.

◆ kuintptr_t

typedef unsigned long kuintptr_t

Definition at line 25 of file nums.h.

◆ size_t

typedef unsigned int size_t

Definition at line 26 of file nums.h.

◆ u16

typedef unsigned short u16

16-Bit Unsigned Int

Definition at line 36 of file nums.h.

◆ u32

typedef unsigned int u32

32-Bit Unsigned Int

Definition at line 30 of file nums.h.

◆ u8

typedef unsigned char u8

8-Bit Unsigned Int

Definition at line 32 of file nums.h.

◆ uptr

typedef unsigned long uptr

Long Unsigned Int.

Definition at line 34 of file nums.h.