Skip to content

Instantly share code, notes, and snippets.

@gandroz
Created May 4, 2021 20:35
Show Gist options
  • Save gandroz/03e5690b47e2ad0613a07f3908ebde2f to your computer and use it in GitHub Desktop.
Save gandroz/03e5690b47e2ad0613a07f3908ebde2f to your computer and use it in GitHub Desktop.
Calling a C library
import ctypes
cmodule = ctypes.cdll.LoadLibrary('./my_c_library.so')
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment