banan-os/userspace/libraries/LibC/include/stdint.h

6 lines
75 B
C

#ifdef __TINYC__
#include <stddef.h>
#else
#include_next <stdint.h>
#endif