diff lib/lib.h @ 70:a1b464bbef08

Add "echo". Has -n and -e (but not \0123 yet).
author Rob Landley <rob@landley.net>
date Sat, 20 Jan 2007 18:04:20 -0500
parents 67ee3a0b76e1
children 89ca591a9236
line wrap: on
line diff
--- a/lib/lib.h	Sat Jan 20 12:30:19 2007 -0500
+++ b/lib/lib.h	Sat Jan 20 18:04:20 2007 -0500
@@ -38,6 +38,9 @@
 void *xstrndup(char *s, size_t n);
 void *xstrdup(char *s);
 char *xmsprintf(char *format, ...);
+void xprintf(char *format, ...);
+void xputc(char c);
+void xflush(void);
 void xexec(char **argv);
 void xaccess(char *path, int flags);
 int xcreate(char *path, int flags, int mode);