mpir/yasm/Mkfiles/dj/libyasm-stdint.h
2012-11-25 22:33:07 +00:00

5 lines
94 B
C

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