bmsd/xutil.h

Sun, 02 May 2021 22:13:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 02 May 2021 22:13:30 +0200
changeset 741
4ec5de404bc1
parent 0
033898178630
permissions
-rw-r--r--

Screwed the script

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial