bmsd/futil.h

Sat, 19 Oct 2019 12:17:29 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Oct 2019 12:17:29 +0200
changeset 526
2991acd35cdb
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