code: drawterm

ref: 4e34729a89f7c27142566b4b1fd5d51824c83929
dir: /posix-port/getcallerpc.c/

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

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