mirror of
https://github.com/thunderbrewhq/binana.git
synced 2025-12-12 09:52:28 +00:00
6 lines
79 B
C
6 lines
79 B
C
|
|
#ifndef SYSTEM_STD_BOOL_H
|
||
|
|
#define SYSTEM_STD_BOOL_H
|
||
|
|
|
||
|
|
typedef char bool;
|
||
|
|
|
||
|
|
#endif
|