bmsd/futil.h

Mon, 21 Oct 2019 14:37:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 21 Oct 2019 14:37:31 +0200
changeset 530
a7430eee20bd
parent 0
033898178630
permissions
-rw-r--r--

Updated the documentation. Changed page layout.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial