Re: Adding/Removing bytes from the beginning of a file
- Posted by GreenEuphorian Feb 22, 2015
- 1658 views
Spock said...
A combination of seek() and putc() will allow you to overwrite specific bytes without affecting the rest of the file.
putc() ?!? I could not find it in the manual. Or do you mean puts()?