mcmp
Comparison memory. The function compares two memory spaces.
func int mcmp (
uint dest,
uint src,
uint len
)
uint dest,
uint src,
uint len
)
Parameters
dest | The pointer to the first memory space. |
src | The pointer to the second memory space. |
len | The size being compared. |
Return value
0 | The spaces are equal. |
<0 | The first space is smaller. |
>0 | The second space is smaller. |
Related links | Source |