bmsd/futil.h

Tue, 21 Jan 2020 21:16:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 21 Jan 2020 21:16:26 +0100
changeset 601
112c278be803
parent 0
033898178630
permissions
-rw-r--r--

All graph displays now check if the log excists.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial