bmsd/futil.h

Tue, 11 Feb 2020 21:16:49 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 11 Feb 2020 21:16:49 +0100
changeset 608
0a8495edf53c
parent 0
033898178630
permissions
-rw-r--r--

Fixed wrong AMOUNT_IS_WEIGHT values in yeasts export.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial