Blob


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