#pragma once
#include "../common.h"
char *spf(char *buf, char *bufEnd, const char *format, ...);
void pf(const char *format, ...);
#pragma once
#include "../common.h"
char *spf(char *buf, char *bufEnd, const char *format, ...);
void pf(const char *format, ...);