#ifndef __SIG_ATOMIC_TYPE__

This commit is contained in:
Alex
2023-03-05 00:22:48 +02:00
parent 77237f70fb
commit ea59f87c53

View File

@ -103,6 +103,10 @@ typedef __builtin_va_list va_list;
#endif // __cplusplus
#ifndef __SIG_ATOMIC_TYPE__
#define __SIG_ATOMIC_TYPE__ int
#endif
typedef __INT8_TYPE__ int8_t;
typedef __INT16_TYPE__ int16_t;
typedef __INT32_TYPE__ int32_t;