Files
RedBear-OS/include/stdint.h
T
2018-03-03 10:08:16 -07:00

8 lines
104 B
C

#ifndef _STDINT_H
#define _STDINT_H
typedef int int32_t;
typedef int intptr_t;
#endif /* _STDINT_H */