sortix-mirror/libmaxsi/decl/ptrdiff_t.h

5 lines
86 B
C

#ifndef _PTRDIFF_T_DECL
#define _PTRDIFF_T_DECL
typedef __ptrdiff_t ptrdiff_t;
#endif