bmsd/futil.h

Thu, 05 Sep 2019 14:43:04 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 05 Sep 2019 14:43:04 +0200
changeset 462
c91175610f8a
parent 0
033898178630
permissions
-rw-r--r--

Code cleanup and compress.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial