HelpPC 2.10
Quick Reference Utility
Copyright 1991 David Jurgens
void *memcpy( void *dest, const void *src, size_t n )
- prototype in string.h, mem.h
- copies n bytes from src to dest; returns dest
- if overlap occurs, result is undefined (ANSI)
Esc or Alt-X to exit
memcpy
Home/PgUp/PgDn/End ←↑↓→
Converted to HTML in 2006 by Timo Bingmann