Currently At: Programming Reference > C Reference > Stndard C I/O > fputs()

fputs()


Syntax:
#include <stdio.h>
int fputs( const char *str, FILE *stream );


Description:
The fputs() function writes an array of characters pointed to by str to the given output stream. The return value is non-negative on success, and EOF on failure.


Related Topics:
fgets(), gets(), puts(), fprintf(), fscanf()


Web Standards & Support:

Link to and support eLook.org Powered by LoadedWeb Web Hosting
Valid XHTML 1.0! Valid CSS! eLook.org FireFox Extensions