bmsd/xutil.h

Mon, 07 Jan 2019 22:35:32 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 07 Jan 2019 22:35:32 +0100
changeset 182
58618d93c0fb
parent 0
033898178630
permissions
-rw-r--r--

Fermenter monitor screen added control boxes and LED's.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial