This may seem a stupid question but I didn't find an ansewer to it...
I'd like to insert lines of data in a .txt file that already contains data.
I tried with fprintf() , helped by fseek() to place the cursor at the beginning of the file for example, but the problem is that when fprintf()...