bmsd/futil.h

Fri, 30 Nov 2018 21:05:13 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 30 Nov 2018 21:05:13 +0100
changeset 117
9e378e37f20f
parent 0
033898178630
permissions
-rw-r--r--

Inventory editor chages: Added colors to the buttons. Add top_up_kettle to the batch size calculation.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial