code: drawterm

ref: f8fc90dc8f960ce6e1c95f94b35fb771e82278fd
dir: /posix-port/getcallerpc.c/

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

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