diff options
Diffstat (limited to 'lib/lib.h')
-rw-r--r-- | lib/lib.h | 1 |
1 files changed, 1 insertions, 0 deletions
@@ -48,6 +48,7 @@ void *xstrndup(char *s, size_t n); void *xstrdup(char *s); char *xmsprintf(char *format, ...); void xprintf(char *format, ...); +void xputs(char *s); void xputc(char c); void xflush(void); void xexec(char **argv); |