Gitiles
Code Review
Sign In
gerrit-public.fairphone.software
/
kernel
/
msm-5.4
/
9734163b6ee1425c6fa4b65d7e6ce34c9079420d
/
.
/
tools
/
perf
/
config
/
feature-checks
/
test-libpython.c
blob: 72267972fa9886aa6a266be49686fc1bc1a7a2c0 [
file
] [
log
] [
blame
]
Ingo Molnar
9734163
2013-09-30 15:18:37 +0200
[
diff
] [
blame^
]
1
#include
<Python.h>
2
#
3
int
main
(
void
)
4
{
5
Py_Initialize
();
6
return
0
;
7
}