00001 /* 00002 * Name: LegoErr.H 00003 * 00004 * Designer: Bill Havanki 00005 * 00006 * Created: 10/8/97 00007 * 00008 * Description: This file defines the error handlers for LEGO. 00009 * 00010 * Location: /ncsu/tinker/LEGO/src/base/LegoErr.H 00011 * 00012 * 10/8/97 WAH: Created. 00013 * 00014 */ 00015 00016 #ifndef LEGOERR_H 00017 #define LEGOERR_H 00018 00019 void LegoNonFatal (char *, char *, ...); 00020 void LegoFatal (char *, char *, ...); 00021 void LegoErr (char *); 00022 void LegoCheckFail (char *, char *, char *, char *); 00023 00024 #endif
1.3.2