shithub: front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}