bmsd/xutil.h

Thu, 10 Oct 2019 22:19:29 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 10 Oct 2019 22:19:29 +0200
changeset 503
b23ef14c6b09
parent 0
033898178630
permissions
-rw-r--r--

Web pages for the CO2 meters added.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial