blob: 10d41acaf52f5a5c5e82404344ea08291b3599c5 [file] [log] [blame]
static void
whichtable(char **pfmt)
{
--*pfmt;
}
void prepare_s(const char *fmt)
{
whichtable((char **)&fmt);
}