
00001 /* 00002 * Copyright 1997, Regents of the University of Minnesota 00003 * 00004 * stdheaders.h 00005 * 00006 * This file includes all necessary header files 00007 * 00008 * Started 8/27/94 00009 * George 00010 * 00011 * $Id$ 00012 */ 00013 00014 00015 #include <stdio.h> 00016 #ifdef __STDC__ 00017 #include <stdlib.h> 00018 #else 00019 #include <malloc.h> 00020 #endif 00021 #include <string.h> 00022 #include <ctype.h> 00023 #include <math.h> 00024 #include <stdarg.h> 00025 #include <time.h> 00026
1.5.5