/* Copyright (c) 1982 Regents of the University of California */ /* static char sccsid[] = "@(#)btypes.h 1.2 1/18/82"; */ /* * basic types */ SYM *t_int; SYM *t_real; SYM *t_char; SYM *t_boolean;