IdentifiantMot de passe
Loading...
Mot de passe oublié ?Je m'inscris ! (gratuit)
14.14 ctypes -- A foreign function library for Python.

14.14 ctypes -- A foreign function library for Python.

New in version 2.5.

ctypes is a foreign function library for Python. It provides C compatible data types, and allows to call functions in dlls/shared libraries. It can be used to wrap these libraries in pure Python.



See About this document... for information on suggesting changes.