Armadillo  0.1.1
TheexpandableOS
stdint.h
Go to the documentation of this file.
1 
6 #ifndef __STDINT_H__
7 #define __STDINT_H__
8 
9 typedef unsigned char uint8_t;
10 typedef unsigned short uint16_t;
11 typedef unsigned long int uint32_t;
12 
13 #endif