shithub: drawterm

ref: 7aab5c799f574ee2960dbd1f2afba002f7f6f90d
dir: /posix-port/getcallerpc.c/

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

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