Import of tac_plus.v8.tar.gz: 173206 bytes, md5:
[tac_plus.git] / time_limit.h
1 #include<stdlib.h>
2 #include<ctype.h>
3 #include<stdio.h>
4 #include<time.h>
5 #include<string.h>
6 #define NUM 10
7 #define TPL  9 /* time part len */
8
9 /*Global variables */
10 static char* week_days[]={"SU","MO","TU","WE","TH","FR","SA","WK","WD","AL"};
11 static long week_day_val[]={1,2,4,8,16,32,64,62,65,127};
12
13 extern int time_limit_process();