Mission Base

Program Base Library Functions

size_t pbl_memlcpy

( void* to, size_t tolen, void* from,
  size_t n )

Replacement for memcpy with target length check.

Documentation

Replacement for 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++.