Sign in
android-kvm
/
linux
/
c8a53ee5ee4fcab5ee252f61a69609b65e5e74b8
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}