bmsd/futil.h

Sat, 22 Oct 2022 15:27:50 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 22 Oct 2022 15:27:50 +0200
changeset 840
ba607babc468
parent 0
033898178630
permissions
-rw-r--r--

Removed hop_utilization from products and equipments.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial