This website requires JavaScript.
Explore
Help
Sign In
dchvs
/
Jetpack
forked from
rrcarlosr/Jetpack
Watch
1
Star
0
Fork
You've already forked Jetpack
0
Code
Issues
Pull Requests
Releases
Wiki
Activity
cti-jetpack-4.2.2
Jetpack
/
kernel
/
kernel-4.9
/
tools
/
build
/
feature
/
test-libpython-version.c
11 lines
100 B
C
Raw
Permalink
Blame
History
#
include
<Python.h>
#
if PY_VERSION_HEX >= 0x03000000
#
error
#
endif
int
main
(
void
)
{
return
0
;
}
Reference in New Issue
View Git Blame
Copy Permalink