shithub: front

ref: b6b5e569e983e17c65222d9ce09351daf5541be0
dir: /sys/src/libc/port/getcallerpc.c/

View raw version
#include <u.h>
#include <libc.h>

uintptr
getcallerpc(void*)
{
	return 0;
}