1
0
Fork 0
alistair23-linux/tools/build/feature/test-libpython.c

9 lines
70 B
C

#include <Python.h>
int main(void)
{
Py_Initialize();
return 0;
}