bmsd/futil.h

Tue, 19 Jul 2022 13:44:52 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 19 Jul 2022 13:44:52 +0200
changeset 796
6ce2c2e6796e
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