#include "internal.h" void verrorf(byte* fmt, va_list args) { printf("error: "); vprintf(fmt, args); printf("\n"); }