mirror of
https://git.planet-casio.com/Vhex-Kernel-Core/fxlibc.git
synced 2025-04-20 09:57:01 +02:00
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.
2 lines
64 B
C
2 lines
64 B
C
/* We rely on GCC's default version. */
|
|
#include "stdint-gcc.h"
|