bmsd/xutil.h

Sat, 12 Sep 2020 12:15:24 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 12 Sep 2020 12:15:24 +0200
changeset 715
8fb922c00a2d
parent 0
033898178630
permissions
-rw-r--r--

Remove log messages if database inventory updates are successfull. Allways update inventory reduced stages.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial