This website requires JavaScript.
Explore
Help
Sign In
JehanneOS
/
drawterm
Watch
1
Star
0
Fork
You've already forked drawterm
0
Code
Issues
Pull Requests
Projects
Releases
Wiki
Activity
3dbe2c359f
drawterm
/
posix-amd64
/
getcallerpc.c
9 lines
94 B
C
Raw
Normal View
History
Unescape
Escape
posix-amd64 changes
2006-05-21 18:35:53 +02:00
#
include
"u.h"
#
include
"libc.h"
uintptr for getcallerpc
2007-05-04 03:48:02 +02:00
uintptr
posix-amd64 changes
2006-05-21 18:35:53 +02:00
getcallerpc
(
void
*
a
)
{
uintptr for getcallerpc
2007-05-04 03:48:02 +02:00
return
(
(
uintptr
*
)
a
)
[
-
1
]
;
posix-amd64 changes
2006-05-21 18:35:53 +02:00
}