brewpanel/futil.h

Sat, 28 Nov 2015 13:47:00 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 28 Nov 2015 13:47:00 +0100
changeset 440
8df3252b688f
parent 420
644a6106d712
permissions
-rw-r--r--

Added prompts for the LCD. Basic processing loop written.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial