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

util.c File Reference

#include <stdio.h>

Include dependency graph for util.c:

Include dependency graph

Go to the source code of this file.

Functions

void debugmessage (const char *str, const char *str2)
void gs_wait_message (const char str)
int test_timelimit (int perc)


Function Documentation

void debugmessage const char *  str,
const char *  str2
 

Definition at line 3 of file util.c.

Referenced by dllist_alloc(), dllist_free(), dllist_free_all(), test_timelimit(), and tmpnodelist_alloc().

00004 {
00005     printf(str);
00006     printf(str2);
00007 }

void gs_wait_message const char  str  ) 
 

Definition at line 9 of file util.c.

Referenced by barycentering(), phase1_down(), phase1_up(), phase2_down(), phase2_up(), and unmerge_connected_parts().

00010 {
00011     //printf(""str);
00012 }

int test_timelimit int  perc  ) 
 

Definition at line 14 of file util.c.

References debugmessage().

Referenced by barycentering(), phase2_down(), and phase2_up().

00015 {
00016         debugmessage("test_timelimit","");
00017         return(0);
00018 }


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