bmsd/xutil.h

Sun, 14 Jul 2019 20:56:30 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 14 Jul 2019 20:56:30 +0200
changeset 440
518a44c7abc8
parent 0
033898178630
permissions
-rw-r--r--

Updated the README

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial