diff options
Diffstat (limited to 'judge/jmod_test_check.h')
-rw-r--r-- | judge/jmod_test_check.h | 4 |
1 files changed, 4 insertions, 0 deletions
diff --git a/judge/jmod_test_check.h b/judge/jmod_test_check.h new file mode 100644 index 0000000..20a6286 --- /dev/null +++ b/judge/jmod_test_check.h @@ -0,0 +1,4 @@ +DLL_PUBLIC int init(int judgk_modfd,char *datapath,char *runpath); +DLL_PUBLIC int run(int &status,char *err_msg); +DLL_PUBLIC int proc(); +DLL_PUBLIC int stop(); |