bmsd/futil.h

Sun, 01 Dec 2019 17:37:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 01 Dec 2019 17:37:22 +0100
changeset 553
481dbe0af222
parent 0
033898178630
permissions
-rw-r--r--

Updated the README.design

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial