bmsd/xutil.h

Wed, 21 Nov 2018 21:17:18 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 21 Nov 2018 21:17:18 +0100
changeset 110
0f128201a031
parent 0
033898178630
permissions
-rw-r--r--

Updated makefile

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial