bmsd/futil.h

Tue, 29 Oct 2019 10:44:08 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 29 Oct 2019 10:44:08 +0100
changeset 544
f3faa54581ff
parent 0
033898178630
permissions
-rw-r--r--

Better way to show splitted batches. Added flameout calculations to the php scripts.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial