shithub: drawterm-fdroid

ref: 99dd6a29652826520e35ec09ad0245bcd3405884
dir: /posix-amd64/getcallerpc.c/

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

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