bmsd/futil.h

Tue, 12 May 2020 16:08:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 12 May 2020 16:08:30 +0200
changeset 677
6e82fece1f8f
parent 0
033898178630
permissions
-rw-r--r--

Consistent use of group names is important.

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial