Sign in
android
/
platform
/
hardware
/
bsp
/
kernel
/
imagination
/
v4.1
/
d12b59f861a0eb9b4313ea5a8993989cf6e80f2a
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}