bmsd/xutil.h

Sat, 13 Jun 2020 12:14:26 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 13 Jun 2020 12:14:26 +0200
changeset 701
3ce3df681be0
parent 0
033898178630
permissions
-rw-r--r--

Changed inventory and profile databases filtering.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial