mirror of
https://github.com/espressif/esp-idf.git
synced 2026-09-22 13:01:16 +03:00
17 lines
383 B
C
17 lines
383 B
C
/*
|
|
* SPDX-FileCopyrightText: 2026 Espressif Systems (Shanghai) CO LTD
|
|
*
|
|
* SPDX-License-Identifier: Apache-2.0
|
|
*/
|
|
#define __attribute__(x)
|
|
#define __asm__(x)
|
|
#define __volatile__(...)
|
|
#define volatile(...)
|
|
typedef void *__builtin_va_list;
|
|
typedef void *__FILE;
|
|
#define __inline__ inline
|
|
#define __inline inline
|
|
#define __extension__
|
|
#define __typeof__(x) void*
|
|
#define bool _Bool
|