bmsd/futil.h

Sat, 05 Jan 2019 17:26:07 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 05 Jan 2019 17:26:07 +0100
changeset 174
12aacf0da982
parent 0
033898178630
permissions
-rw-r--r--

Updated the README

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial