home *** CD-ROM | disk | FTP | other *** search
/ PC Extra Super CD 1998 January / PCPLUS131.iso / DJGPP / V2 / DJLSR201.ZIP / src / libc / ansi / stdio / fprintf.txh < prev    next >
Encoding:
Text File  |  1995-07-10  |  301 b   |  18 lines

  1. @node fprintf, stdio
  2. @subheading Syntax
  3.  
  4. @example
  5. #include <stdio.h>
  6.  
  7. int fprintf(FILE *file, const char *format, @dots{});
  8. @end example
  9.  
  10. @subheading Description
  11.  
  12. Prints formatted output to the named file.  @xref{printf}.
  13.  
  14. @subheading Return Value
  15.  
  16. The number of characters written.
  17.  
  18.