bmsd/xutil.h

Wed, 03 Aug 2022 15:16:07 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 03 Aug 2022 15:16:07 +0200
changeset 804
ac5c3e97fcf1
parent 0
033898178630
permissions
-rw-r--r--

Phase 1, rebuild recipe editor to a vieuwer.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial