本项止转自github官方arduino-esp32 传在这里仅为阅读源码方便
projectuser
2019-07-05 50148ccffe21ff54262064ec9f2245900eaf18aa
1
2
3
4
5
6
7
8
9
10
11
12
13
14
15
16
17
18
19
20
/*
 * Copyright (c) 2004, 2005 by
 * Ralf Corsepius, Ulm/Germany. All rights reserved.
 *
 * Permission to use, copy, modify, and distribute this software
 * is freely granted, provided that this notice is preserved.
 *
 * Modified for xtensa arch & non-long int32_t, removes automatic setting of __have_long32.
 */
 
#ifndef _SYS__INTSUP_H
#define _SYS__INTSUP_H
 
#include <sys/features.h>
 
#define __STDINT_EXP(x) __##x##__
 
#define __have_longlong64 1
 
#endif /* _SYS__INTSUP_H */