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
23d9a24788
drawterm
/
posix-arm
/
getcallerpc.c
9 lines
94 B
C
Raw
Blame
History
#
include
"u.h"
#
include
"libc.h"
uintptr
getcallerpc
(
void
*
a
)
{
return
(
(
uintptr
*
)
a
)
[
-
1
]
;
}
Reference in New Issue
View Git Blame
Copy Permalink