bmsd/xutil.h

Wed, 03 Aug 2022 20:58:18 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Aug 2022 20:58:18 +0200
changeset 809
8b30068497a9
parent 0
033898178630
permissions
-rw-r--r--

Phase 6, most of the water tab is now a viewer.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial