code: drawterm

ref: 60e52edbdea4e18d7fd0b409d49aa47327b2ee59
dir: /posix-386/getcallerpc.c/

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

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