bmsd/futil.h

Thu, 07 Feb 2019 16:40:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 07 Feb 2019 16:40:28 +0100
changeset 252
b558f3dfcda3
parent 0
033898178630
permissions
-rw-r--r--

Make sure all boolean values are saved correctly in the database.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial