code: drawterm

ref: a25f83e3c592e6819b9edf2884e3ea1db8a96422
dir: /posix-amd64/getcallerpc.c/

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

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