Sign in
◑
Theme
plan9port
/
plan9
/
7f596de86a64c36b6f0804baeca4f2c9d79af396
/
.
/
src
/
libthread
/
memsetd.c
blob: ef3f96050591da7967260351de718de504215df9 [
file
]
#include
"threadimpl.h"
#include
<string.h>
void
_threaddebugmemset
(
void
*
v
,
int
c
,
int
n
)
{
memset
(
v
,
c
,
n
);
}