This website requires JavaScript.
Explore
Help
Sign In
mirrors
/
conterm
mirror of
https://github.com/0intro/conterm
Watch
1
Star
0
Fork
You've already forked conterm
0
Code
Issues
Packages
Projects
Releases
Wiki
Activity
50eb08d17f
conterm
/
posix-sun4u
/
getcallerpc.c
10 lines
91 B
C
Raw
Blame
History
#
include
"u.h"
#
include
"libc.h"
ulong
getcallerpc
(
void
*
a
)
{
return
(
(
ulong
*
)
a
)
[
-
1
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink