X-Git-Url: http://git.mutantstargoat.com/user/nuclear/?p=rpikern;a=blobdiff_plain;f=src%2Flibc%2Fstdint.h;h=c9f87e4f82cf7d327d1920ad9ee8d0bf20989097;hp=7050344ea8c371ce1528d358b9f5b426884212bb;hb=32ccc707bc0821d7ff4248fe9f58e92e9c6ebef9;hpb=203b43a75a028e9238307bd6e73768eb8e942071 diff --git a/src/libc/stdint.h b/src/libc/stdint.h index 7050344..c9f87e4 100644 --- a/src/libc/stdint.h +++ b/src/libc/stdint.h @@ -1,12 +1,6 @@ #ifndef LIBC_STDINT_H_ #define LIBC_STDINT_H_ -typedef char int8_t; -typedef short int16_t; -typedef long int32_t; - -typedef unsigned char uint8_t; -typedef unsigned short uint16_t; -typedef unsigned long uint32_t; +#include "inttypes.h" #endif /* LIBC_STDINT_H_ */