changeset 9950:ff5630909aa3

duplicate from etc/cygwin_inttypes.h
author diego
date Sun, 20 Apr 2003 21:59:29 +0000
parents 204a20abe5bf
children 82f6240091a8
files TOOLS/cygwin_inttypes.h
diffstat 1 files changed, 0 insertions(+), 8 deletions(-) [+]
line wrap: on
line diff
--- a/TOOLS/cygwin_inttypes.h	Sun Apr 20 17:54:27 2003 +0000
+++ /dev/null	Thu Jan 01 00:00:00 1970 +0000
@@ -1,8 +0,0 @@
-#ifndef _CYGWIN_INTTYPES_H
-#define _CYGWIN_INTTYPES_H
-#include <sys/types.h>
-typedef u_int8_t uint8_t;
-typedef u_int16_t uint16_t;
-typedef u_int32_t uint32_t;
-typedef u_int64_t uint64_t;
-#endif