Ecosyste.ms: Awesome

An open API service indexing awesome lists of open source software.

Awesome Lists | Featured Topics | Projects

https://github.com/d3f0/my-ctypes-tests

Just teaching myself ctypes
https://github.com/d3f0/my-ctypes-tests

Last synced: 1 day ago
JSON representation

Just teaching myself ctypes

Awesome Lists containing this project

README

        

My Self Teaching Ctypes Tests
=============================

This is a bunch of C files, its Makefile and some python
code to load them. The aim of this code is to show me how
to deal with complex structures using ctypes.

I've tried to wrap an existing lib, but all I've go is
segfaults. So I decided to switch to a bottom-up approach.