This website requires JavaScript.
Explore
Help
Sign In
JehanneOS
/
drawterm
Watch
1
Star
0
Fork
0
You've already forked drawterm
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
e64d488c01
drawterm
/
posix-386
/
getcallerpc.c
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
a
2005-08-08 14:50:13 +02:00
#
include
"u.h"
#
include
"libc.h"
amd64 fixes
2006-05-21 18:32:29 +02:00
uintptr
a
2005-08-08 14:50:13 +02:00
getcallerpc
(
void
*
a
)
{
amd64 fixes
2006-05-21 18:32:29 +02:00
return
(
(
uintptr
*
)
a
)
[
-
1
]
;
a
2005-08-08 14:50:13 +02:00
}
Reference in New Issue
Copy Permalink