bmsd/xutil.h

Sun, 31 Oct 2021 11:45:33 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 31 Oct 2021 11:45:33 +0100
changeset 781
4bb28e67f2b7
parent 0
033898178630
permissions
-rw-r--r--

Fixed log message about not reducing tapwater.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial