Simple example to show how C structures interact with Python.
- Python 3
- Ideally some version of Linux
To run the example, execute test.py
To build the C source into a python module, simply run the command which will install the module into your global python includes.
python3 setup.py install