bmsd/xutil.h

Fri, 25 Jan 2019 20:38:31 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 25 Jan 2019 20:38:31 +0100
changeset 204
5df88c6dc903
parent 0
033898178630
permissions
-rw-r--r--

Miscs inventory disable filter menu on some fields. Friendy display of stock inventory.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial