bmsd/xutil.h

Sun, 01 Mar 2020 12:48:09 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sun, 01 Mar 2020 12:48:09 +0100
changeset 616
2cbf21bb9bdc
parent 0
033898178630
permissions
-rw-r--r--

Added est_og3 field in the products database so that the checklist can use it.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial