mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 16:57:31 +01:00
9 lines
101 B
C
9 lines
101 B
C
#ifndef LIBA_STDBOOL_H
|
|
#define LIBA_STDBOOL_H
|
|
|
|
#ifndef __cplusplus
|
|
typedef char bool;
|
|
#endif
|
|
|
|
#endif
|