1 2 3 4 5 6 7 8
#include "threadimpl.h" #include <string.h> void _threaddebugmemset(void *v, int c, int n) { memset(v, c, n); }