Program Base Library Functions
( void* to, size_t tolen, void* from,
size_t n )
memcpy with target length check
Documentation
memcpy with target length check
- Parameters:
- to - target buffer to copy to
tolen - number of bytes in the target buffer
from - source to copy from
n - length of source
- Returns:
- size_t rc: number of bytes copied
Alphabetic index
This page was generated with the help of DOC++.