fxlibc/include/stdint.h
Lephenixnoir 143029a837
stdint: do not rely on -ffreestanding
GCC's default stdint.h only defaults to stdint-gcc.h, which we want to
use, when using -ffreestanding. Make our wishes explicit to avoid
needing that flag.
2022-08-12 22:43:37 +02:00

3 lines
64 B
C

/* We rely on GCC's default version. */
#include "stdint-gcc.h"