This website requires JavaScript.
Explore
Help
Sign In
apfs
/
linux-apfs
Watch
0
Star
0
Fork
0
You've already forked linux-apfs
mirror of
https://github.com/linux-apfs/linux-apfs.git
synced
2026-05-01 15:00:59 -07:00
Code
Issues
Packages
Projects
Releases
Wiki
Activity
Files
7619de85d0654d33fb7dd06210adc1e00ccc35fc
linux-apfs
/
tools
/
build
/
feature
/
test-libpython.c
T
9 lines
70 B
C
Raw
Normal View
History
Unescape
Escape
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
#
include
<Python.h>
tools/perf/build: Harmonize the style of the feature testcases
2013-10-07 13:27:23 +02:00
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
int
main
(
void
)
{
Py_Initialize
(
)
;
tools/perf/build: Harmonize the style of the feature testcases
2013-10-07 13:27:23 +02:00
tools/perf/build: Split out feature check: 'libpython'
2013-09-30 15:18:37 +02:00
return
0
;
}
Reference in New Issue
Copy Permalink