Moka kernel
 All Classes Namespaces Files Functions Variables Typedefs Enumerations Enumerator Friends Macros Pages
alt-stdint.hh File Reference

Go to the source code of this file.

Typedefs

typedef signed char int8_t
 
typedef short int int16_t
 
typedef int int32_t
 
typedef unsigned char uint8_t
 
typedef unsigned short int uint16_t
 
typedef unsigned int uint32_t
 

Typedef Documentation

typedef short int int16_t

Definition at line 38 of file alt-stdint.hh.

typedef int int32_t

Definition at line 39 of file alt-stdint.hh.

typedef signed char int8_t

Remplace le fichier stdint.h

Author
MOKA TEAM

Definition at line 37 of file alt-stdint.hh.

typedef unsigned short int uint16_t

Definition at line 42 of file alt-stdint.hh.

typedef unsigned int uint32_t

Definition at line 43 of file alt-stdint.hh.

typedef unsigned char uint8_t

Definition at line 41 of file alt-stdint.hh.