bmsd/xutil.h

Tue, 17 Mar 2020 14:47:34 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Tue, 17 Mar 2020 14:47:34 +0100
changeset 638
736c8d29bc87
parent 0
033898178630
permissions
-rw-r--r--

Binding the data earlier to try to prevent a race condition.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial