I have a printf statment with a value I want to direct into a file.<BR>I have two problems.<P>1. How do I direct (Append) my printf or print value into a file?<BR>2. How do I make sure the file does ...
I've been using the following line, but it doesn't seem to be working.<BR><BR>fp=file pointer to file i'm reading<BR>buf.st_size is the filesize located in the stat ...