shithub: drawterm-fdroid

ref: 0f3bdd705bbd22fc6a7a39997df7fb6245ff5573
dir: /posix-port/getcallerpc.c/

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

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