Program Base Library Functions
( void* left, size_t llen, void* right,
size_t rlen )
Find out how many starting bytes of two buffers are equal.
Documentation
Find out how many starting bytes of two buffers are equal.
- Parameters:
- left - first buffer for compare
llen - length of that buffer
right - second buffer for compare
rlen - length of that buffer
- Returns:
- int rc: number of equal bytes
Alphabetic index
This page was generated with the help of DOC++.