bmsd/futil.h

Sun, 27 Oct 2019 22:39:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 27 Oct 2019 22:39:28 +0100
changeset 539
fe9ac6d49c4f
parent 0
033898178630
permissions
-rw-r--r--

Printed outputs have IBUs for whirlpool hops. Removed some debug console logs.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial