mirror of
https://github.com/UpsilonNumworks/Upsilon.git
synced 2026-01-19 00:37:25 +01:00
7 lines
74 B
C
7 lines
74 B
C
#ifndef LIBA_STDBOOL_H
|
|
#define LIBA_STDBOOL_H
|
|
|
|
typedef char bool;
|
|
|
|
#endif
|