index
:
halt3
master
Stuff related to the three-value halting problem.
kaz@kylheku.com
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
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