shithub: front

ref: 8166868375e2994265e4e2dfd788dae2c4b6754f
dir: /sys/src/libc/port/getcallerpc.c/

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

uintptr
getcallerpc(void*)
{
	return 0;
}