DEBSOURCES
Skip Quicknav
sources / drawterm-9front / 0~git20220608.bee4db6-3 / posix-port / getcallerpc.c
12345678
#include "u.h" #include "libc.h" uintptr getcallerpc(void *a) { return 0; }