bmsd/futil.h

Sun, 12 May 2019 15:18:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 12 May 2019 15:18:38 +0200
changeset 360
38d982a42955
parent 0
033898178630
permissions
-rw-r--r--

Update the Makefile.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial