shithub: drawterm-fdroid

ref: ab73f2bbf59c2cdccc21952d9a13466793262b4b
dir: /win32-386/getcallerpc.c/

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

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