bmsd/xutil.h

Thu, 04 Jun 2020 13:08:10 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 04 Jun 2020 13:08:10 +0200
changeset 699
4d5f3e9f7744
parent 0
033898178630
permissions
-rw-r--r--

More decimals for Plato

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial