bmsd/xutil.h

Wed, 08 May 2019 22:22:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 08 May 2019 22:22:20 +0200
branch
stable
changeset 350
c314277905e6
parent 0
033898178630
permissions
-rw-r--r--

Added mash thickness calculation. Backported some water calculations from the product editor.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial