mash/xutil.h

changeset 103
99c47a8a61cb
equal deleted inserted replaced
102:e37b9c571a56 103:99c47a8a61cb
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