Subversion Repositories svn1-original

Rev

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

Rev 350 Rev 353
Line 140... Line 140...
140
void        pri_interim( void );
140
void        pri_interim( void );
141
void        print_class_header( int teamclass, int final );
141
void        print_class_header( int teamclass, int final );
142
void        print_class_stats( int c, int final );
142
void        print_class_stats( int c, int final );
143
void        print_legend( int teamclass, int full );
143
void        print_legend( int teamclass, int full );
144
const char       *pi_place( int num, int disq, time_t time );
144
const char       *pi_place( int num, int disq, time_t time );
145
const char       *pr_place( int num, int disq );
145
const char       *pr_place( int num, int disq, bool vflag );
146
const char       *pn_place( int num, int disq, bool flag );
146
const char       *pn_place( int num, int disq, bool vflag, bool flag );
147
bool        ck_data( int leg, int mode );
147
bool        ck_data( int leg, int mode );
148
void        srt_place( void );
148
void        srt_place( void );
149
void        do_big_sort( void );
149
void        do_big_sort( void );
150
void        sort_team_data( int leg, int mode, bool withEq );
150
void        sort_team_data( int leg, int mode, bool withEq );
151
int         sort_comp( const void * a, const void * b );
151
int         sort_comp( const void * a, const void * b );