#include "threadimpl.h" #include void _threadmemset(void *v, int c, int n) { memset(v, c, n); }