No puede seleccionar más de 25 temas
Los temas deben comenzar con una letra o número, pueden incluir guiones ('-') y pueden tener hasta 35 caracteres de largo.
|
- #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
|