code: drawterm

ref: 37ef30916cf30b47f92cf8f815caa23424263a5a
dir: /posix-power/getcallerpc.c/

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

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