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 
extern size_t fwrite
(
const void *ptr,
size_t      size, 
size_t      nmemb,
FILE       *stream
);


Purpose:     This function writes from the array ptr, up to nmemb members whose size is indicated by size to stream.

[sh-index] Back to list of manuals