thermferm/xutil.h

changeset 106
1bd9a16f5061
equal deleted inserted replaced
105:a5a964148e34 106:1bd9a16f5061
1 #ifndef XUTIL_H
2 #define XUTIL_H
3
4 char *xmalloc(size_t);
5 char *xstrcpy(char *);
6 char *xstrcat(char *, char *);
7
8 #endif

mercurial