bmsd/futil.h

Sat, 19 Oct 2019 13:54:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Oct 2019 13:54:38 +0200
changeset 527
9dfefad3ae1d
parent 0
033898178630
permissions
-rw-r--r--

Code cleanup and manual compress

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial