test-libpython.c 70 B

12345678
  1. #include <Python.h>
  2. int main(void)
  3. {
  4. Py_Initialize();
  5. return 0;
  6. }