GLYLIB  0.3.0b
mywhine.c
Go to the documentation of this file.
00001 // Function written by B. Lachele Foley, 2007
00002 
00003 // prints an error message and exits
00004 #include <mylib.h>
00005 //#include "../inc/mylib.h"
00006 
00007 void mywhine(const char *msg){ 
00008         printf("\nThis program encountered the following error and will exit:\n\t%s\n\n",msg);
00009         exit(1);
00010 }
 All Classes Files Functions Variables Typedefs Defines