1 2 3 4 5 6 7
#include "nonstd/types.h" static int __common_scanf(struct priscn_options *opt, const char *format, va_list arg) { (void)opt; (void)format; (void)arg; return 0; }