shithub: drawterm

ref: 6f175d289e57bf447640255d484f411f631195be
dir: /posix-port/getcallerpc.c/

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

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