I have an input text file with some instructions and, starting with line 7, several lines of text. Something like this:
hi gBroThuo oWdbmna eo mt ce oneain,nDustuh o n
Ade ds,bpopoonf oneigno abro wmt eIw
n,Yrtyt hlil t .s Ble a meyboefr rtIhoyod
wla rimw yidehl. kes ,oyn L af
fu;AcMadmdnae nddmh ita behsctr rft iHdo"l,sie g"hu!,n eoaecMBt-
- h
I need to store the text to be stored in a char array (including the new line characters). What functions can I used to read and store this text to a single char array?