bmsd/xutil.h

Sat, 21 Aug 2021 16:14:44 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 21 Aug 2021 16:14:44 +0200
changeset 773
f4161330ed01
parent 0
033898178630
permissions
-rw-r--r--

Don't log successfull reduced ingredients.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial