How to fwrite plain text file?1249 (6/27/2008 4:41:16 AM) comp.unix.programmer Hi, all, I want to use fwrite() to just write plain text file. Can I do this with fwrite? My code such like the following: int main(int argc, const char* argv[]) { FILE *f; const char c[] = "h... Joe
cholyjoe's replies:
Items(1) /1
How to fwrite plain text file?1249 (6/27/2008 4:41:16 AM) comp.unix.programmer Hi, all, I want to use fwrite() to just write plain text file. Can I do this with fwrite? My code such like the following: int main(int argc, const char* argv[]) { FILE *f; const char c[] = "h... cholyjoe(6)