bmsd/xutil.h

Thu, 24 Oct 2019 20:46:56 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Thu, 24 Oct 2019 20:46:56 +0200
branch
divide
changeset 536
ada10cabf217
parent 0
033898178630
permissions
-rw-r--r--

Updated design notes. Added missing fields to rec_toproduct.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial