Handbook
Glossary
memcmp ( a b size -- int )
Vocabulary
libc
Inputs
a
an
object
b
an
object
size
an
object
Outputs
int
an
object
Definition
USING:
alien.c-types
alien.syntax
;
IN:
libc
LIBRARY:
libc
FUNCTION:
int
memcmp
( void* a, void* b,
ulong
size )