bmsd/futil.h

Sat, 02 Feb 2019 17:07:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 02 Feb 2019 17:07:22 +0100
changeset 233
14a84d42031d
parent 0
033898178630
permissions
-rw-r--r--

In recipe report added the date and beer style to the page header.

#ifndef	FUTIL_H
#define	FUTIL_H


int  mkdirs(char *, mode_t);
int  file_exist(char *, int);
int  file_size(char *);

#endif

mercurial