types definitions More...
Go to the source code of this file.
Typedefs | |
typedef unsigned char | u8 |
typedef for a unsigned 8bits variable | |
typedef unsigned short | u16 |
typedef for a unsigned 16 bits variable | |
typedef unsigned long | u32 |
typedef for a unsigned 32bits variable | |
typedef signed char | s8 |
typedef for a signed 8bits variable | |
typedef signed short | s16 |
typedef for a signed 16bits variable | |
typedef signed long | s32 |
typedef for a signed 32bits variable |
types definitions