We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent a94ab42 commit bbbf4c4Copy full SHA for bbbf4c4
python/libgrass_interface_generator/ctypesgen/ctypedescs.py
@@ -58,6 +58,7 @@
58
("__uint64", False, 0): "c_uint64",
59
("__uint64_t", False, 0): "c_uint64",
60
("_Bool", True, 0): "c_bool",
61
+ ("bool", True, 0): "c_bool",
62
}
63
64
ctypes_type_map_python_builtin = {
0 commit comments