summaryrefslogtreecommitdiffstats
path: root/ternary.h
blob: 0711fec3e22037b17668577c4c78e46e5f368312 (plain)
1
2
3
4
5
6
#ifndef TERNARY_H
#define TERNARY_H

typedef enum { FALSE, TRUE, ERROR } ternary;

#endif