getcallerpc.c 76 B

12345678
  1. #include <u.h>
  2. #include <libc.h>
  3. uintptr
  4. getcallerpc(void*)
  5. {
  6. return 0;
  7. }