git: drawterm

ref: 9105c90fb16697a333ce1ca83a0b3d615fcb7a10
dir: /posix-port/getcallerpc.c/

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

uintptr
getcallerpc(void *a)
{
	return 0;
}