]> mj.ucw.cz Git - eval.git/blobdiff - judge/judge.h
Writing status uses dump
[eval.git] / judge / judge.h
index 3ac8e4cf24b42eccb88ca700207d05f46b2f237d..ac9d7e4f4aac980e80df34509579206fd63bf59f 100644 (file)
@@ -16,7 +16,7 @@
 
 /* utils.c: Utility functions */
 
 
 /* utils.c: Utility functions */
 
-void die(char *msg, ...) NONRET;
+void die(char *msg, ...) NONRET;               /* Dies with exit code 2 (judge error) */
 void *xmalloc(size_t size);
 void *xrealloc(void *p, size_t size);
 
 void *xmalloc(size_t size);
 void *xrealloc(void *p, size_t size);
 
@@ -96,3 +96,4 @@ long int get_long(struct tokenizer *t);
 unsigned long int get_ulong(struct tokenizer *t);
 double get_double(struct tokenizer *t);
 long double get_long_double(struct tokenizer *t);
 unsigned long int get_ulong(struct tokenizer *t);
 double get_double(struct tokenizer *t);
 long double get_long_double(struct tokenizer *t);
+void get_nl(struct tokenizer *t);