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 *memcpy
(
void       *string_1,
const void *string_2,
size_t      n
);


Purpose:     Function copies n characters from string_2 into string_1.  If the copying takes place between objects that overlap, the behaviour is undefined.

[sh-index] Back to list of manuals