Gitiles
Code Review
Sign In
LeafOS
/
LeafOS-Devices
/
android_kernel_samsung_universal7904
/
bccfb62322b8009fa254c86e811deaf9a8ca69ce
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
#include
<Python.h>
int
main
(
void
)
{
Py_Initialize
();
return
0
;
}