bmsd/futil.h

Sat, 12 Oct 2019 14:00:33 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Oct 2019 14:00:33 +0200
changeset 511
f51630063f00
parent 0
033898178630
permissions
-rw-r--r--

Documentation update

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial