bmsd/futil.h

Thu, 05 Dec 2019 13:21:41 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 05 Dec 2019 13:21:41 +0100
changeset 561
dc618b8a9552
parent 0
033898178630
permissions
-rw-r--r--

Refracto calculation for FG is now a global function using the New Cubic method. Fixed to typos in the prod_edit en rec_edit yeastData varialbles.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial