bmsd/futil.h

Sat, 10 Apr 2021 16:36:05 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 10 Apr 2021 16:36:05 +0200
changeset 727
08f91a68e757
parent 0
033898178630
permissions
-rw-r--r--

Show or suppress the dry yeast specific data in the inventory editor.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial