shithub: drawterm

ref: 207a95163f5a047e1f8ed8b77f1c4ab2b08edb64
dir: /posix-amd64/getcallerpc.c/

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

uintptr
getcallerpc(void *a)
{
	return ((uintptr*)a)[-1];
}