aboutsummaryrefslogtreecommitdiffstats
path: root/toj/center/src/jmod_test_line.h
diff options
context:
space:
mode:
Diffstat (limited to 'toj/center/src/jmod_test_line.h')
-rw-r--r--toj/center/src/jmod_test_line.h11
1 files changed, 11 insertions, 0 deletions
diff --git a/toj/center/src/jmod_test_line.h b/toj/center/src/jmod_test_line.h
new file mode 100644
index 0000000..c09a503
--- /dev/null
+++ b/toj/center/src/jmod_test_line.h
@@ -0,0 +1,11 @@
+static int line_load_setfile(FILE *set_file,int test_id,int &timelimit,int &memlimit,double &score);
+static int line_sig_set();
+static int line_sig_restore();
+static int line_sig_block();
+static int line_sig_unblock();
+static int line_sig_wait();
+
+static judgm_proc *line_proc;
+static check_stop_fn line_chk_stop_fn;
+
+DLL_PUBLIC int run(judgm_line_info *info);