|
void print_hex(const char* what, const void* v, const unsigned long l);
|
|
void print_hex(const char* what, const void* v, const unsigned long l);
|
|
int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsigned long should_len, const char* what, int which);
|
|
int compare_testvector(const void* is, const unsigned long is_len, const void* should, const unsigned long should_len, const char* what, int which);
|
|
int sorter(const void *a, const void *b);
|
|
int sorter(const void *a, const void *b);
|