summaryrefslogtreecommitdiff
path: root/com32/include/bitsize64/stddef.h
blob: c61bf8ce314066bdebcd533c61027bb962e83bcd (plain)
1
2
3
4
5
6
7
8
9
10
/*
 * bits64/stddef.h
 */

#define _SIZE_T
typedef unsigned long size_t;

#define _PTRDIFF_T
typedef signed long ptrdiff_t;