shithub: front

ref: 002384634cb0ca367eebda0b4f9dc9a11a29b3f5
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}