bmsd/xutil.h

changeset 0
033898178630
equal deleted inserted replaced
-1:000000000000 0:033898178630
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