index
:
miguel/fool-os.git
master
[no description]
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
lib
/
bool
/
bool.h
blob: be2cbd4cc56b61e6283f4a1b94475967486960c5 (
plain
)
1
2
3
4
5
6
#include "lib/int/stdint.h" #define false 0 #define true !false #define bool uint8_t