bmsd/xutil.h

Mon, 19 Nov 2018 13:44:07 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 19 Nov 2018 13:44:07 +0100
changeset 105
d06ddc4d1af0
parent 0
033898178630
permissions
-rw-r--r--

Added uuid and locked fields to the recipes table.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial