Editing Files: Help!



Ok, so this is probably the easist question ever posted, but I
honestly can't find the answer (if there is one).

How do I (by which function) add data to a file at the beginning of a
file, rather than the end of the file (as is with fopen(file, "a"))?

.