Source code

Revision control

Copy as Markdown

Other Tools

#include "structures.h"
int test_bcmp(void *a, void *b, size_t n) {
return bcmp(a, b, n);
}