bmsd/xutil.h

Sat, 14 Dec 2019 14:57:13 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 14 Dec 2019 14:57:13 +0100
changeset 569
d0e7ab1fc245
parent 0
033898178630
permissions
-rw-r--r--

Added monitor menu entry for ispindels

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial