bmsd/xutil.h

Tue, 03 Mar 2020 20:23:19 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 03 Mar 2020 20:23:19 +0100
changeset 620
5dae36a2d5be
parent 0
033898178630
permissions
-rw-r--r--

Automatic starter enable/disable

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial