bmsd/xutil.h

Mon, 02 Dec 2019 14:20:28 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 02 Dec 2019 14:20:28 +0100
changeset 555
7c4f34b7e16f
parent 0
033898178630
permissions
-rw-r--r--

A bit of code optimization in calcWater()

#ifndef	_XUTIL_H
#define	_XUTIL_H

char *xmalloc(size_t);
char *xstrcpy(char *);
char *xstrcat(char *, char *);

#endif

mercurial