diff options
Diffstat (limited to 'xlib.h')
-rw-r--r-- | xlib.h | 9 |
1 files changed, 0 insertions, 9 deletions
@@ -1,9 +0,0 @@ -#ifndef XLIB_H -#define XLIB_H - -void *xmalloc(size_t size); -void *xrealloc(void *ptr, size_t size); -char *xstrdup(const char *str); - -int init_sockaddr(struct sockaddr_in *addr, const char *host); -#endif |