bmsd/xutil.h

Thu, 14 May 2020 14:38:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 14 May 2020 14:38:20 +0200
changeset 678
14322825cb3d
parent 0
033898178630
permissions
-rw-r--r--

The co2meters monitor screen rebuild to use websockets instead of data polling.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial