bmsd/xutil.h

Sat, 25 Sep 2021 14:08:25 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 25 Sep 2021 14:08:25 +0200
changeset 779
67b1a07f4fd8
parent 0
033898178630
permissions
-rw-r--r--

Allways export CATEGORY fields. Minir layout change in styles editor.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial