shithub: drawterm

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

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

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