bmsd/xutil.h

Tue, 19 May 2020 22:47:35 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 19 May 2020 22:47:35 +0200
changeset 682
f52b18a2a4d1
parent 0
033898178630
permissions
-rw-r--r--

Fixed undefined errors for missing fermenters hardware devices.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial