shithub: drawterm-fdroid

ref: 3d14bcb38754e98fbe669867f6291d3cc7dc6d15
dir: /posix-port/getcallerpc.c/

View raw version
#include "u.h"
#include "libc.h"

uintptr
getcallerpc(void *a)
{
	return 0;
}