bmsd/futil.h

Sat, 07 Sep 2019 19:25:17 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 07 Sep 2019 19:25:17 +0200
changeset 471
0bf73d605604
parent 0
033898178630
permissions
-rw-r--r--

Code optimize and compress.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial