mash/xutil.h

changeset 538
6d139c21e22c
parent 537
4eebab50993e
child 539
300b5c4cd977
equal deleted inserted replaced
537:4eebab50993e 538:6d139c21e22c
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