JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / gjutil / gjtimes.h
1 #ifndef GJ_TIMES_H
2 #define GJ_TIMES_H
3
4 #include <sys/types.h>
5 #include <sys/times.h>
6 #include <limits.h>
7
8 void GJ_init_times(void);
9 void GJ_show_times(FILE *fp,int action);
10 void GJ_reset_times(void);
11 char *GJ_get_times(int action);
12
13 void copy_tms(struct tms *l,struct tms *r);
14
15 #endif /*GJ_TIMES */
16