shithub: front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}