bmsd/xutil.h

Mon, 16 Sep 2019 17:26:38 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Sep 2019 17:26:38 +0200
changeset 496
2465dbc90ea4
parent 0
033898178630
permissions
-rw-r--r--

Color templates for the prod_new and rec_new tab buttons.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial