bmsd/xutil.h

Mon, 05 Jul 2021 15:48:34 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 05 Jul 2021 15:48:34 +0200
changeset 769
5a2ec06e00d4
parent 0
033898178630
permissions
-rw-r--r--

Fixed skipping brew stages due to better data handling

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial