bmsd/xutil.h

Sat, 17 Nov 2018 21:59:06 +0100

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 17 Nov 2018 21:59:06 +0100
changeset 102
679ddf512b65
parent 0
033898178630
permissions
-rw-r--r--

Added est_carb field import in the recipes.

#ifndef	_XUTIL_H
#define	_XUTIL_H

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

#endif

mercurial