[Home]
[Edit this page]
[Recent Changes]
[Special Pages]
[Help]
CFputs
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
CFputs
(C) fputs
Function.int main() { FILE *fp = fopen("d:\*.txt","at"); fputs("abdcaag",fp); }
- include <stdio.h>
Code links
[Edit this page] [Page history] [What links here] [Discuss this topic] [Printer Friendly]
