int_type sputbackc(char_type c);
Returns: If the input sequence putback position is not available, or if traitsβ::βeq(c, gptr()[-1]) is false, returns pbackfail(traitsβ::βto_Βint_Βtype(c)). Otherwise, decrements the next pointer for the input sequence and returns traitsβ::βto_Βint_Βtype(*gptr()).
int_type sungetc();