brewco/util.h

changeset 446
78e9d5234d15
parent 441
bde74a8f2ad7
child 464
4a624c071ca9
--- /dev/null	Thu Jan 01 00:00:00 1970 +0000
+++ b/brewco/util.h	Sat Dec 05 21:46:22 2015 +0100
@@ -0,0 +1,10 @@
+#ifndef	_UTIL_H
+#define	_UTIL_H
+
+
+int  mkdirs(char *, mode_t);
+int  file_exist(char *, int);
+long millis(void);
+
+
+#endif

mercurial