shithub: drawterm-fdroid

ref: 9f66cd80b33731d08e59233dabfd4771507dd149
dir: /win32-386/getcallerpc.c/

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

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