shithub: drawterm-fdroid

ref: 9383debbbe85a800aa0c0e5bd49e764f10228b47
dir: /posix-port/getcallerpc.c/

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

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