donut-decomp/include/size_t.h
2021-10-14 13:14:44 +02:00

9 lines
No EOL
98 B
C

#ifdef __cplusplus
extern "C" {
#endif
typedef unsigned long size_t;
#ifdef __cplusplus
}
#endif