bmsd/futil.h

Sat, 12 Sep 2020 12:22:01 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Sep 2020 12:22:01 +0200
changeset 717
aad750d942df
parent 0
033898178630
permissions
-rw-r--r--

Removed js console.log messages about websocket if there is no error.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial