Linux kernel mirror (for testing) git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux.git
kernel os linux
at v4.19-rc3 9 lines 106 B view raw
1// SPDX-License-Identifier: GPL-2.0 2#include <Python.h> 3 4int main(void) 5{ 6 Py_Initialize(); 7 8 return 0; 9}