Login
From:
Python documentation
(Uncensored)
subscribe
ctypes — A foreign function library for Python — Python 3.13.1 documentation
https://docs.python.org/3/library/ctypes.html
links
backlinks
Roast topics
Find topics
Find it!
Source code: Lib/ctypes ctypes is a foreign function library for Python. It provides C compatible data types, and allows calling functions in DLLs or shared libraries. It can be used to wrap these ...