bmsd/futil.h

Tue, 21 Jan 2020 11:09:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 21 Jan 2020 11:09:25 +0100
changeset 600
c136dd22f662
parent 0
033898178630
permissions
-rw-r--r--

Handle non excisting logfiles.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial