thermferm/futil.h

Sat, 20 Apr 2024 11:48:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 20 Apr 2024 11:48:20 +0200
changeset 692
6d97eb820cc1
parent 420
644a6106d712
permissions
-rw-r--r--

Fixed two compiler warnings on arm platform

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial