the goal of this project is to program a function that returns the N_line of a file. if you call it 10 times :
- the first time it returns the first line. . . .
- the tenth time it returns the tenth line of the file. if there is not enough lines in the file it returns NULL.