BMOSP/include/tool.h

6 lines
125 B
C
Raw Normal View History

#include <stdarg.h>
namespace tool {
void format(void (*putc)(char c), const char *format_string, va_list args);
}