bmsd/futil.h

Tue, 19 Jul 2022 13:47:49 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 19 Jul 2022 13:47:49 +0200
changeset 797
d0fedeb32f05
parent 0
033898178630
permissions
-rw-r--r--

Removed inventory list, yeastbank list and all profile table editors.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial