]> git.lizzy.rs Git - plan9front.git/blob - sys/src/ape/lib/9/setmalloctag.c
ape: move compatibility libc.h to lib9 directory and incooperate needed functions...
[plan9front.git] / sys / src / ape / lib / 9 / setmalloctag.c
1 #include <stdint.h>
2
3 void
4 setmalloctag(void*, uintptr_t)
5 {
6 }