bmsd/futil.h

Sat, 19 Jan 2019 13:58:24 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 19 Jan 2019 13:58:24 +0100
changeset 191
fd1d7225ca6e
parent 0
033898178630
permissions
-rw-r--r--

Version 0.0.4. Added confirm popup window to abort a running profile. Translated the toggle buttons.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial