shithub: plan9front

ref: 8d9f3906fa94676f4e788a9668991b815b4f5542
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}