__next 380 main/spprintf.c char __next = *(fmt+1); __next 381 main/spprintf.c if ('d' == __next || 'u' == __next || 'x' == __next || 'o' == __next) {