bmsd/xutil.h

Fri, 13 Sep 2019 20:24:31 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Fri, 13 Sep 2019 20:24:31 +0200
changeset 488
77f1617b6994
parent 0
033898178630
permissions
-rw-r--r--

Fixed inventory databases race conditions

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial