From 6d8020e380791e063a70b3802fed2b72de7dcdec Mon Sep 17 00:00:00 2001 From: yazoo Date: Tue, 29 Jan 2008 07:57:27 +0000 Subject: *** empty log message *** --- stdint.h | 10 ++++++++++ 1 file changed, 10 insertions(+) create mode 100644 stdint.h (limited to 'stdint.h') diff --git a/stdint.h b/stdint.h new file mode 100644 index 0000000..dd9c546 --- /dev/null +++ b/stdint.h @@ -0,0 +1,10 @@ +#ifndef __STD_INT_H_ +#define __STD_INT_H_ + +typedef unsigned char uint8_t; +typedef unsigned short int uint16_t; +typedef signed long int int32_t; +typedef unsigned long int uint32_t; +typedef unsigned __int64 uint64_t; + +#endif \ No newline at end of file -- cgit v1.2.3