bmsd/futil.h

Mon, 16 Sep 2019 17:26:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Sep 2019 17:26:38 +0200
changeset 496
2465dbc90ea4
parent 0
033898178630
permissions
-rw-r--r--

Color templates for the prod_new and rec_new tab buttons.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial