This website requires JavaScript.
Explore
Help
Sign In
openkylin
/
platform_kernel-5.15
mirror of
https://gitee.com/openkylin/platform_kernel-5.15.git
Watch
9
Star
0
Fork
You've already forked platform_kernel-5.15
0
Code
Issues
Projects
Releases
Wiki
Activity
294fe0f52a
platform_kernel-5.15
/
tools
/
build
/
feature
/
test-libpython.c
9 lines
70 B
C
Raw
Blame
History
#
include
<Python.h>
int
main
(
void
)
{
Py_Initialize
(
)
;
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink