2 * Sherlock Library -- auto-resizable printf() functions
4 * (c) 2002, Robert Spalek <robert@ucw.cz>
12 /* The following functions are NOT reentrable. */
14 byte *vxprintf(char *msg, va_list v);
15 byte *xprintf(char *msg, ...) __attribute__((format(printf,1,2)));