summaryrefslogtreecommitdiff
path: root/lib/bool/bool.h
blob: c2c6171b37ae816a81de0496ea989b9526add0b7 (plain)
1
2
3
4
5
6
7
8
/*
#include "lib/int/stdint.h"

#define false 0
#define true !false
#define bool uint8_t
*/