shithub: front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}