https://github.com/minlaxz/python-ctypes-wrapper
Python-C wrapper
https://github.com/minlaxz/python-ctypes-wrapper
ctypes-wrapper python
Last synced: about 1 month ago
JSON representation
Python-C wrapper
- Host: GitHub
- URL: https://github.com/minlaxz/python-ctypes-wrapper
- Owner: minlaxz
- Created: 2020-06-12T05:42:04.000Z (about 6 years ago)
- Default Branch: master
- Last Pushed: 2020-06-12T06:02:09.000Z (about 6 years ago)
- Last Synced: 2025-03-06T17:36:19.237Z (over 1 year ago)
- Topics: ctypes-wrapper, python
- Language: C
- Size: 3.91 KB
- Stars: 0
- Watchers: 2
- Forks: 0
- Open Issues: 0
-
Metadata Files:
- Readme: README.md
Awesome Lists containing this project
README
### python-c-ctypes-wrapper
---
compile with `gcc -shared -Wl,-soname,laxzlib -o laxzlib.so -fPIC laxzlib.c `
---
[detail](https://stackoverflow.com/a/5082294/10582082)