bmsd/xutil.h

Thu, 06 Sep 2018 14:22:02 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 06 Sep 2018 14:22:02 +0200
changeset 54
294dda7f1779
parent 0
033898178630
permissions
-rw-r--r--

Beginning of water totals and selecting

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial