bmsd/futil.h

Sat, 09 Feb 2019 22:12:31 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 09 Feb 2019 22:12:31 +0100
changeset 257
62e294ab94f5
parent 0
033898178630
permissions
-rw-r--r--

Version 0.0.6. Added a crontask that adjusts the stage of packaged beer depending on the days passed packaging

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial