bmsd/xutil.h

Mon, 16 Mar 2020 15:16:42 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 16 Mar 2020 15:16:42 +0100
changeset 633
ec4601ab3ed2
parent 0
033898178630
permissions
-rw-r--r--

Fixed loading of the product edit page. A bit faster loading.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial