bmsd/futil.h

Fri, 18 Oct 2019 13:20:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 18 Oct 2019 13:20:35 +0200
branch
stable
changeset 521
9d1aa6f3a4da
parent 0
033898178630
permissions
-rw-r--r--

Version 0.4.9 stable

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial