bmsd/xutil.h

Sun, 26 Apr 2020 10:36:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 26 Apr 2020 10:36:38 +0200
changeset 661
74b442eae07b
parent 0
033898178630
permissions
-rw-r--r--

Updated design notes

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial