shithub: drawterm

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

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

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