AcornSearch - Acorn and RISC OS information searching
RISC OS Search
containing
"Nutty quip goes here!"
Home  |  About  |  Filebase Archive  |  StrongHelp Manuals  |  Newsgroups  |  Module Database
Header:     stdio.h

Syntax:     
extern int fputs
(
const char *s,
FILE       *stream
);


Purpose:     This function writes the string s to stream, at the position indicated by the associated file position indicator, and advances the indicator appropriately.  The terminating NULL is not written.

[sh-index] Back to list of manuals