1 static void
whichtable(char ** pfmt)2 whichtable(char **pfmt)
3 {
4   --*pfmt;
5 }
prepare_s(const char * fmt)6 void prepare_s(const char *fmt)
7 {
8   whichtable((char **)&fmt);
9 }
10