index
:
linux
mybooklive
mybooklive-3.16.y
mybooklive-amatus
Linux kernel source tree
git repository hosting
about
summary
refs
log
tree
commit
diff
log msg
author
committer
range
path:
root
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: 72267972fa9886aa6a266be49686fc1bc1a7a2c0 (
plain
)
1
2
3
4
5
6
7
#include
<Python.h>
#
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}