CHANGES.md
LICENSE.txt
MANIFEST.in
README.md
pyproject.toml
requirements.txt
setup.py
ctypeslib/__init__.py
ctypeslib/clang2py.py
ctypeslib/library.py
ctypeslib/codegen/__init__.py
ctypeslib/codegen/clangparser.py
ctypeslib/codegen/codegenerator.py
ctypeslib/codegen/config.py
ctypeslib/codegen/cursorhandler.py
ctypeslib/codegen/handler.py
ctypeslib/codegen/typedesc.py
ctypeslib/codegen/typehandler.py
ctypeslib/codegen/util.py
ctypeslib/data/fundamental_type_name.tpl
ctypeslib/data/headers.tpl
ctypeslib/data/pointer_type.tpl
ctypeslib/data/string_cast.tpl
ctypeslib/data/structure_type.tpl
ctypeslib/experimental/README.txt
ctypeslib/experimental/byref_at.py
ctypeslib2.egg-info/PKG-INFO
ctypeslib2.egg-info/SOURCES.txt
ctypeslib2.egg-info/dependency_links.txt
ctypeslib2.egg-info/entry_points.txt
ctypeslib2.egg-info/requires.txt
ctypeslib2.egg-info/top_level.txt
test/__init__.py
test/test_api.py
test/test_bitfield.py
test/test_callbacks.py
test/test_clang2py.py
test/test_clangparser.py
test/test_cpp.py
test/test_cross_arch.py
test/test_enum.py
test/test_fast_clang.py
test/test_function.py
test/test_macro.py
test/test_pointer.py
test/test_record.py
test/test_strings.py
test/test_types_sizes.py
test/test_types_values.py
test/util.py
test/data/test-basic-types.c
test/data/test-bitfield.c
test/data/test-callbacks.c
test/data/test-cpp.cpp
test/data/test-enum.c
test/data/test-enum.h
test/data/test-error1.c
test/data/test-error1.h
test/data/test-error2.c
test/data/test-include-order1.h
test/data/test-include-order2.h
test/data/test-includes.h
test/data/test-inttypes.cpp
test/data/test-library.c
test/data/test-macros.h
test/data/test-notebook-1.c
test/data/test-padding.c
test/data/test-records-complex.c
test/data/test-records.c
test/data/test-stdbool.c
test/data/test-stdint.cpp
test/data/test-strings-8859-1.cpp
test/data/test-strings.cpp
test/data/test-zero-length-array.c