bmsd/futil.h

Fri, 25 Jan 2019 16:57:59 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Jan 2019 16:57:59 +0100
changeset 202
64a9c935a66b
parent 0
033898178630
permissions
-rw-r--r--

Yeast import Imperial Yeast packs are 200 billion cells/pack. Inventory fermentables the origin country column first. Disable filter menu on some fields. Friendy display of stock inventory.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial