shithub: drawterm-fdroid

ref: d920d42c8bad0719f8a91f5121d5f7c080e2a332
dir: /posix-386/getcallerpc.c/

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

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