shithub: drawterm

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

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

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