int current_char();
Returns the current character ascii code, that means the code of the character at the current position. Returns 0 at end of file or when the buffer is empty.