Main Page | Alphabetical List | Class List | File List | Class Members | File Members

util.c

Go to the documentation of this file.
00001 #include <stdio.h>
00002 
00003 void debugmessage(const char * str,const char * str2)
00004 {
00005     printf(str);
00006     printf(str2);
00007 }
00008 
00009 void gs_wait_message(const char str)
00010 {
00011     //printf(""str);
00012 }
00013 
00014 int test_timelimit(int perc)
00015 {
00016         debugmessage("test_timelimit","");
00017         return(0);
00018 }
00019 

Generated on Sat Aug 6 11:49:18 2005 for VCGIntrospector by doxygen 1.3.6