bmsd/xutil.h

Tue, 28 Aug 2018 20:54:53 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 28 Aug 2018 20:54:53 +0200
changeset 40
b825c675987d
parent 0
033898178630
permissions
-rw-r--r--

Finished mash steps editing. Style sheets cleanup.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial