32 static void copy(
const void* from,
void* to,
unsigned int nbytes);
33 static int compare(
const void*,
const void*,
unsigned int nbytes);
34 static void zero(
void*,
unsigned int nbytes);
static int compare(const void *, const void *, unsigned int nbytes)
static void zero(void *, unsigned int nbytes)
static void copy(const void *from, void *to, unsigned int nbytes)