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
64af291eb2
conterm
/
posix-386
/
getcallerpc.c
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
a
2005-08-08 16:50:13 +04:00
#
include
"u.h"
#
include
"libc.h"
amd64 fixes
2006-05-21 20:32:29 +04:00
uintptr
a
2005-08-08 16:50:13 +04:00
getcallerpc
(
void
*
a
)
{
amd64 fixes
2006-05-21 20:32:29 +04:00
return
(
(
uintptr
*
)
a
)
[
-
1
]
;
a
2005-08-08 16:50:13 +04:00
}