Release bumped to "gts4".
[tac_plus.git] / time_limit.h
1 #ifndef TIME_LIMIT_H
2 #define TIME_LIMIT_H 1
3
4 #include "tac_plus.h"
5
6
7 #define NUM 10
8 #define TPL  9 /* time part len */
9
10
11 extern int time_limit_process TAC_ARGS((const char *str));
12
13
14 #endif /* TIME_LIMIT_H */