#include int _strnextc(const char *str) { return *(++str); }