shithub: drawterm-fdroid

ref: 5f074880c5c2cd8a23883271bb7e27939e769186
dir: /posix-port/getcallerpc.c/

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

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