X-Git-Url: http://winboard.nl/cgi-bin?a=blobdiff_plain;f=util.h;h=a571ec84fb0e6e5511e27223b7ef4b3b6c938f86;hb=cd81270f2b1723e0798f4d6dcaee134f0b4aca7f;hp=dd3ed598654eee499c78a126392c0073db02d917;hpb=446bfd706349c3e1f19916a16558a2f4f7dc8e54;p=polyglot.git diff --git a/util.h b/util.h index dd3ed59..a571ec8 100644 --- a/util.h +++ b/util.h @@ -7,6 +7,9 @@ // includes #include +#include +#include +#include // defines @@ -88,6 +91,8 @@ } \ } \ + + // types typedef signed char sint8; @@ -139,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[]);