6 lines
75 B
C
6 lines
75 B
C
|
#ifdef __TINYC__
|
||
|
#include <stddef.h>
|
||
|
#else
|
||
|
#include_next <stdint.h>
|
||
|
#endif
|