#ifndef TERNARY_H #define TERNARY_H typedef enum { FALSE, TRUE, ERROR } ternary; #endif