bmsd/futil.h

Fri, 18 Sep 2020 21:28:45 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Sep 2020 21:28:45 +0200
changeset 720
b6a616372a26
parent 0
033898178630
permissions
-rw-r--r--

Finished the network protocol documentation for the co2meters and ispindels.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial