bmsd/xutil.h

Wed, 05 Sep 2018 15:38:20 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 05 Sep 2018 15:38:20 +0200
changeset 53
a17c644a0510
parent 0
033898178630
permissions
-rw-r--r--

Added waters total table

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial