bmsd/xutil.h

Fri, 14 Aug 2020 11:38:58 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 14 Aug 2020 11:38:58 +0200
changeset 709
e251cceec547
parent 0
033898178630
permissions
-rw-r--r--

Fixed recipe upload style category number default. Changed default style guid to BKG 2019.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial