fputs
|
File Input/Output functions |
SYNTAX | fputs( string, filehandle ) |
RETURNS | NOTHING |
FUNCTION | Writes (puts) the string to the file.
The filehandle must be a number returned by fopen function used to open the file. The file has to be open for writing or appending ("w" or "a") for this fputs to work. |
EXAMPLE | //
|
SEE ALSO | fopen() function , fclose() function , fgets() function |
The fputs function is used in the following formulas in AFL on-line library:
See updated/extended version on-line.