thermferm/xutil.h

Wed, 20 Aug 2014 13:02:12 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Wed, 20 Aug 2014 13:02:12 +0200
changeset 253
7b6abc0dd1c6
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Global and profile editor use array commands

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial