shithub: drawterm

ref: 662540aee7223766e4499778102b48ff77a5a4ec
dir: /posix-port/getcallerpc.c/

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

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