bmsd/xutil.h

Fri, 31 May 2019 14:24:08 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 31 May 2019 14:24:08 +0200
changeset 390
1c52a6875960
parent 0
033898178630
permissions
-rw-r--r--

The gauges in monitor fermentors have default animation speed and behaviour again. Some code cleanup.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial