code: drawterm

ref: 43b112897a64086ff0cf834c8dbe8281229a402c
dir: /posix-386/getcallerpc.c/

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

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