bmsd/xutil.h

Mon, 02 Mar 2020 20:51:38 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Mon, 02 Mar 2020 20:51:38 +0100
changeset 618
2712082437b0
parent 0
033898178630
permissions
-rw-r--r--

Setting the dried Kveik viability to 8% per month.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial