Advances the next pointer for stream input.
void gbump(int n);
The function gbump() advances the input pointer by the value of the int n argument.