code: drawterm

ref: 74d480c1e8fcf5817fa2963d504d90ccc478ffc2
dir: /win32-386/getcallerpc.c/

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

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