bmsd/futil.h

Sun, 24 Feb 2019 21:22:25 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 24 Feb 2019 21:22:25 +0100
changeset 288
06dd071a429d
parent 0
033898178630
permissions
-rw-r--r--

Hop dropdown lists also show the hop form

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial