thermferm/xutil.h

Sat, 29 Apr 2017 17:47:00 +0200

author
Michiel Broek <mbroek@mbse.eu>
date
Sat, 29 Apr 2017 17:47:00 +0200
changeset 505
727fe541a48d
parent 106
1bd9a16f5061
permissions
-rw-r--r--

Small fix

#ifndef XUTIL_H
#define	XUTIL_H

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

#endif

mercurial