mash/xutil.h

Thu, 14 Aug 2014 22:43:41 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 14 Aug 2014 22:43:41 +0200
changeset 240
6bdda35b4a13
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Added thread locks for device processing

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial