X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;h=a571ec84fb0e6e5511e27223b7ef4b3b6c938f86;hb=cd81270f2b1723e0798f4d6dcaee134f0b4aca7f;hp=bf45896be8a617c277a1c919dda33ff15931a5e3;hpb=5eed4adb3552562329c0b0b460c8851efb1a38bb;p=polyglot.git diff --git a/util.h b/util.h index bf45896..a571ec8 100644 --- a/util.h +++ b/util.h @@ -9,6 +9,7 @@ #include #include #include +#include // defines @@ -90,6 +91,8 @@ } \ } \ + + // types typedef signed char sint8; @@ -141,6 +144,9 @@ extern void my_log (const char format[], ...); extern void my_fatal (const char format[], ...); extern bool my_file_read_line (FILE * file, char string[], int size); +extern void my_path_join (char *join_path, const char *path, const char *file); + +extern int my_mkdir (const char *path); extern bool my_string_empty (const char string[]); extern bool my_string_whitespace (const char string[]);