/* ** utils.h Birk Huber, 4/99 ** ** A place for general global definitions which must be accessible ** througout the program. ** ** TiGERS, Toric Groebner Basis Enumeration by Reverse Search ** copyright (c) 1999 Birk Huber ** */ int eatwhite(FILE *is); #define TRUE 0 #define FALSE 1