bmsd/futil.h

Thu, 09 May 2019 14:53:10 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 09 May 2019 14:53:10 +0200
changeset 352
9d2a4703bdac
parent 0
033898178630
permissions
-rw-r--r--

Version 0.1.2 Calculate mash thickness.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial