JPRED-2 Add alscript to the Git repository
[jpred.git] / sources / alscript / gjutil / gjtimes.h
diff --git a/sources/alscript/gjutil/gjtimes.h b/sources/alscript/gjutil/gjtimes.h
new file mode 100644 (file)
index 0000000..9d44032
--- /dev/null
@@ -0,0 +1,16 @@
+#ifndef GJ_TIMES_H
+#define GJ_TIMES_H
+
+#include <sys/types.h>
+#include <sys/times.h>
+#include <limits.h>
+
+void GJ_init_times(void);
+void GJ_show_times(FILE *fp,int action);
+void GJ_reset_times(void);
+char *GJ_get_times(int action);
+
+void copy_tms(struct tms *l,struct tms *r);
+
+#endif /*GJ_TIMES */
+