shithub: drawterm

ref: 580a51496fffc7bf4a247189cebd17ad952001a3
dir: /posix-port/getcallerpc.c/

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

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