bmsd/futil.h

Sun, 03 Feb 2019 23:13:16 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 03 Feb 2019 23:13:16 +0100
changeset 238
8e7384587a10
parent 0
033898178630
permissions
-rw-r--r--

Adjusted product save into the database.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial