plan9fox/sys/src/ape/lib/9/setmalloctag.c

7 lines
61 B
C

#include <stdint.h>
void
setmalloctag(void*, uintptr_t)
{
}