bmsd/xutil.h

Fri, 20 Sep 2019 20:12:36 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 20 Sep 2019 20:12:36 +0200
changeset 500
8d53ad389204
parent 0
033898178630
permissions
-rw-r--r--

Reworked the splitted batches, the data is now in a separate table and there is only one product record.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial