bmsd/xutil.h

Tue, 02 Oct 2018 22:23:52 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 02 Oct 2018 22:23:52 +0200
changeset 75
1a3c6480e057
parent 0
033898178630
permissions
-rw-r--r--

Added support for brewcontrol nodes

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial