Armadillo
0.1.1
TheexpandableOS
src
include
common
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
Generated by
1.8.14