toolchain/lib/gcc/x86_64-linux-musl/12.2.0/include/stdint.h
lw-everestlinux 0f60cb847b init
2022-12-05 16:58:59 -05:00

15 lines
328 B
C

#ifndef _GCC_WRAP_STDINT_H
#if __STDC_HOSTED__
# if defined __cplusplus && __cplusplus >= 201103L
# undef __STDC_LIMIT_MACROS
# define __STDC_LIMIT_MACROS
# undef __STDC_CONSTANT_MACROS
# define __STDC_CONSTANT_MACROS
# endif
# include_next <stdint.h>
#else
# include "stdint-gcc.h"
#endif
#define _GCC_WRAP_STDINT_H
#endif