xref
: /
plan9
/
sys
/
src
/
cmd
/
unix
/
drawterm
/
posix-port
/
getcallerpc.c
(revision bfb6eab9346d861b5f68a2b1af55a1768a8fe25b)
Home
History
Annotate
Line#
Scopes#
Navigate#
Raw
Download
current directory
1
#
include
"
u.h
"
2
#
include
"
libc.h
"
3
4
uintptr
5
getcallerpc
(
void
*
a
)
6
{
7
return
0;
8
}
9