bmsd/xutil.h

Tue, 11 Feb 2020 21:16:49 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 11 Feb 2020 21:16:49 +0100
changeset 608
0a8495edf53c
parent 0
033898178630
permissions
-rw-r--r--

Fixed wrong AMOUNT_IS_WEIGHT values in yeasts export.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial