shithub: drawterm

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

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

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