bmsd/futil.h

Sat, 24 Aug 2019 16:16:16 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 24 Aug 2019 16:16:16 +0200
changeset 455
f319a8ab931a
parent 0
033898178630
permissions
-rw-r--r--

Fixed mysterious disappeared function arguments. Or it was an old bug that is now detected by the upgraded jqwidgets.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial