shithub: drawterm-fdroid

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

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

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