Subversion Repositories svn1-original

Rev

Rev 47 | Rev 53 | Go to most recent revision | Show entire file | Ignore whitespace | Details | Blame | Last modification | View Log | RSS feed

Rev 47 Rev 51
Line 206... Line 206...
206
char *tprintf( char *format, ... );
206
char *tprintf( char *format, ... );
207
int raw_print( char *format, ... );
207
int raw_print( char *format, ... );
208
void console_prompt( char prompt );
208
void console_prompt( char prompt );
209
void console_clreol( void );
209
void console_clreol( void );
210
void calc_class_summary( t_class_summary * ptr );
210
void calc_class_summary( t_class_summary * ptr );
-
 
211
int csv_print( char *format, ... );
-
 
212
 
211
 
213
 
212
 
214
 
213
/********************************* EOF ***********************************/
215
/********************************* EOF ***********************************/