typedef enum { FALSE=0, TRUE=1 } boolean; typedef char string[80];