add prep tool and common
[ginge.git] / common / cmn.h
diff --git a/common/cmn.h b/common/cmn.h
new file mode 100644 (file)
index 0000000..9257e11
--- /dev/null
@@ -0,0 +1,3 @@
+#include <stdlib.h>
+
+int make_local_path(char *buf, size_t size, const char *file);