summaryrefslogtreecommitdiff
path: root/src/base/bool.h
blob: 7334348e42f2f1c5b9fdc697ee49e6a91ef3792c (plain)
1
2
3
4
5
6
7
8
9

#ifndef BOOL_H
#    define BOOL_H
#    define bool_t int
#    define TRUE	1
#    define FALSE	0

#    include "main.h"
#endif