xref
: /
plan9-contrib
/
sys
/
src
/
cmd
/
unix
/
drawterm
/
posix-port
/
getcallerpc.c
(revision 781103c4074deb8af160e8a0da2742ba6b29dc2b)
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