Fixed header conflict

This commit is contained in:
Alex
2022-12-15 02:57:36 +02:00
parent f9ae9df392
commit 06eb5a1467
3 changed files with 10 additions and 15 deletions

View File

@ -1,7 +1,12 @@
#ifndef _STDDEF_H
#define _STDDEF_H
#ifdef __cplusplus
#define NULL 0
#else
#define NULL ((void *)0)
#define bool _Bool
#endif
typedef __INT8_TYPE__ int8_t;
typedef __INT16_TYPE__ int16_t;