Skip to content

Latest commit

 

History

History
5 lines (3 loc) · 160 Bytes

File metadata and controls

5 lines (3 loc) · 160 Bytes

C from Python

This dir shows how to call C functions from python on Linux.

The more portable way is to do this with a setup.py + distutils. TODO do it.