Source code

Revision control

Copy as Markdown

Other Tools

#include "structures.h"
void test_bzero(void *a, size_t n) {
bzero(a, n);
}