Gitiles
Code Review
Sign In
gerrit.nordix.org
/
codeaurora
/
cp-linux
/
8d8f6542b666daf5e87de156590e635c2c4da0c0
/
.
/
tools
/
build
/
feature
/
test-libpython.c
blob: b24b28ad6324ecab7b3c4ffa3545a4aa1a68faae [
file
] [
log
] [
blame
]
Kyle Swenson
8d8f654
2021-03-15 11:02:55 -0600
[
diff
] [
blame^
]
1
#include
<Python.h>
2
3
int
main
(
void
)
4
{
5
Py_Initialize
();
6
7
return
0
;
8
}