This function gets the next character from the actual line, or gets the first character of the next line.
This function does NOT read anything from any file, only returns a character from a string that was already read.
When the last character of the last line was passed it return EOF
int reader_NextCharacter(void *p
){