bmsd/xutil.h

Sun, 30 Dec 2018 18:18:22 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 30 Dec 2018 18:18:22 +0100
changeset 156
35860890224c
parent 0
033898178630
permissions
-rw-r--r--

Added sparge water acid calculation. Added residual alkalinity calculation.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial