#include #include "centry.h" /* Print to a memory buffer and allocate a larger one as needed. If return is != buf, we allocated, and the caller must free. */ char *mvprintf(char *mybuf, unsigned len, const char *format, va_list va); char *mprintf(char *mybuf, unsigned len, const char *format, ...); #include "cexit.h"