code: drawterm

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

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

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