2 * Sherlock Library -- auto-resizable printf() functions
4 * (c) 2002, Robert Spalek <robert@ucw.cz>
6 * This software may be freely distributed and used according to the terms
7 * of the GNU Lesser General Public License.
15 /* The following functions are NOT reentrable. */
17 byte *vxprintf(char *msg, va_list v);
18 byte *xprintf(char *msg, ...) __attribute__((format(printf,1,2)));