bmsd/futil.h

Thu, 24 Oct 2019 20:46:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 24 Oct 2019 20:46:56 +0200
branch
divide
changeset 536
ada10cabf217
parent 0
033898178630
permissions
-rw-r--r--

Updated design notes. Added missing fields to rec_toproduct.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial