mash/xutil.h

Wed, 22 Oct 2014 12:42:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 22 Oct 2014 12:42:20 +0200
changeset 288
8b99ab77262b
parent 103
99c47a8a61cb
permissions
-rw-r--r--

Corrected comment

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial