Ecosyste.ms: Awesome
An open API service indexing awesome lists of open source software.
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
- Host: GitHub
- URL: https://github.com/d3f0/my-ctypes-tests
- Owner: D3f0
- Created: 2010-11-20T14:51:19.000Z (about 14 years ago)
- Default Branch: master
- Last Pushed: 2010-11-20T14:53:31.000Z (about 14 years ago)
- Last Synced: 2024-04-16T03:47:16.465Z (9 months ago)
- Language: C
- Homepage:
- Size: 89.8 KB
- Stars: 1
- Watchers: 2
- 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.