1 2 3 4
void byte_zero(const void *a, unsigned long len) /*EXTRACT_INCL*/ { char *x=(char *)a; while (len > 0) x[--len] = 0; }