Logo
Explore Help
Sign In
apfs/linux-apfs
0
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
readwrite
linux-apfs/tools/build/feature/test-libpython.c
T

10 lines
106 B
C
Raw Permalink Normal View History

License cleanup: add SPDX GPL-2.0 license identifier to files with no license
2017-11-01 15:07:57 +01:00
// SPDX-License-Identifier: GPL-2.0
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
Powered by Gitea Page: 470ms Template: 10ms
Auto
English
English
Licenses API