[go: up one dir, main page]

Menu

[8a2cb6]: / contests / general.h  Maximize  Restore  History

Download this file

16 lines (10 with data), 316 Bytes

 1
 2
 3
 4
 5
 6
 7
 8
 9
10
11
12
13
14
15
/* Contest Arbitrator v0.3.2 by Dmitry Gorokh, UR4MCK
This program is FREEWARE!
General contest evaluator
*/
#ifndef GENERAL_H
#define GENERAL_H
int general_config(time_t start, time_t end, char *modes, char *bands, unsigned int rounds);
int general_eval(BASE_S *base);
void general_free(void);
#endif