shithub: front

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

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

uintptr
getcallerpc(void*)
{
	return 0;
}