bmsd/xutil.h

Tue, 25 Feb 2020 13:08:53 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 25 Feb 2020 13:08:53 +0100
changeset 609
e9b108569818
parent 0
033898178630
permissions
-rw-r--r--

Testing, bottle carbonation pressure display without residential pressure

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial