https://github.com/d3f0/my-ctypes-tests
Just teaching myself ctypes
https://github.com/d3f0/my-ctypes-tests
Last synced: 11 months ago
JSON representation
Just teaching myself ctypes
- Host: GitHub
- URL: https://github.com/d3f0/my-ctypes-tests
- Owner: D3f0
- Created: 2010-11-20T14:51:19.000Z (over 15 years ago)
- Default Branch: master
- Last Pushed: 2010-11-20T14:53:31.000Z (over 15 years ago)
- Last Synced: 2025-05-15T08:45:16.190Z (about 1 year ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 1
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.rst
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.