I am trying to use getc(character) to take an element from a file and do stuff with it, but it appears that it must have a '\n' before the end of a line is met.
How can I remove this so that when I copy the characters I don't have a new line charachter appearing anywhere - thus allowing me to deal with printing new lines when I choose?