index
:
linux.git
sunxi/cedar/a33-support
sunxi/cedar/mmio-trace
sunxi/cedrus/jpeg-base
sunxi/cedrus/jpeg-nv16
Linux kernel
git repo user
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
config
/
feature-checks
/
test-libperl.c
blob: 8871f6a0fdb4817e8fd40de71a7db40085e5588f (
plain
)
1
2
3
4
5
6
7
8
9
#include <EXTERN.h>
#include <perl.h>
int
main
(
void
)
{
perl_alloc
();
return
0
;
}