| www.delorie.com/djgpp/doc/libc-2.01/libc_290.html | search |
#include <stdio.h> int fputs(const char *string, FILE *file);
This function all the characters of string (except the trailing
NULL) to the given file.
A nonnegative number on success, EOF on error.
fputs("Hello\n", stdout);
Go to the first, previous, next, last section, table of contents.
| prev next webmaster | delorie software privacy |
| Copyright © 1997 | Updated Apr 1997 |