File processing in c
Posted
by Infinity
on Stack Overflow
See other posts from Stack Overflow
or by Infinity
Published on 2010-03-12T07:14:28Z
Indexed on
2010/03/12
7:17 UTC
Read the original article
Hit count: 140
c
Hello!
I have a problem that I want to insert and delete some chars in the middle of a file. fopen() and fdopen() just allow to append at the end.
Is there any simple method or existing library that allow these actions? Thanks in advance.
© Stack Overflow or respective owner