mpir/yasm/Mkfiles/dj/libyasm-stdint.h
2011-03-05 14:05:15 +00:00

5 lines
98 B
C

#ifndef _UINTPTR_T_DEFINED
typedef unsigned long uintptr_t;
#define _UINTPTR_T_DEFINED
#endif