brewco/util.h

Thu, 17 Dec 2015 22:45:54 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 17 Dec 2015 22:45:54 +0100
changeset 463
a1da58215b65
parent 446
78e9d5234d15
child 464
4a624c071ca9
permissions
-rw-r--r--

Completed the recipe editor.

#ifndef	_UTIL_H
#define	_UTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
long millis(void);


#endif

mercurial