index
:
plan9front.git
cosa
front
gicv2
gicvn
Unnamed repository; edit this file 'description' to name the repository.
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
sys
/
src
/
cmd
/
unix
/
drawterm
/
posix-port
/
getcallerpc.c
blob: a9bb08c21433bb72ef92c2e2176f3f5d0834587a (
plain
)
1
2
3
4
5
6
7
8
#include
"u.h"
#include
"libc.h"
uintptr
getcallerpc
(
void
*
a
)
{
return
0
;
}