shithub: front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}