code: drawterm

ref: 5f074880c5c2cd8a23883271bb7e27939e769186
dir: /posix-386/getcallerpc.c/

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

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