bmsd/futil.h

Sat, 11 May 2019 17:25:58 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 11 May 2019 17:25:58 +0200
changeset 357
74d56bed75b9
parent 0
033898178630
permissions
-rw-r--r--

One more decimal digit for misc ingredients. 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