getcallerpc.c 76 B

12345
  1. unsigned long
  2. getcallerpc(void *x)
  3. {
  4. return (((unsigned long*)(x))[-1]);
  5. }