bmsd/xutil.h

Fri, 01 May 2020 21:37:23 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 01 May 2020 21:37:23 +0200
changeset 666
029e65ca3678
parent 0
033898178630
permissions
-rw-r--r--

In export to forum, suppress diluted water is the name is set but the volume is 0. Add the treated water profile to the output.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial