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:     string.h

Syntax:     
extern void *memset
(
void  *string,
int    c,
size_t n
);


Purpose:     Function copies the value of c (converted to a char) into each of the first n characters of string.  Returns value of string.

[sh-index] Back to list of manuals