This website requires JavaScript.
Explore
Help
Register
Sign In
netease
/
SmartAudio
Watch
1
Star
0
Fork
You've already forked SmartAudio
0
Code
Issues
Pull Requests
Packages
Projects
Releases
Wiki
Activity
6e51825c8d
SmartAudio
/
lichee
/
linux-4.9
/
tools
/
build
/
feature
/
test-libpython-version.c
11 lines
100 B
C
Executable File
Raw
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