bmsd/futil.h

Mon, 06 Jan 2020 11:35:26 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 06 Jan 2020 11:35:26 +0100
changeset 583
5d152961762b
parent 0
033898178630
permissions
-rw-r--r--

Display alcohol tolerance with 1 decimal

#ifndef	FUTIL_H
#define	FUTIL_H


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

#endif

mercurial