// Copyright 2016-2024 David Robillard // SPDX-License-Identifier: ISC #ifndef ZIX_ZIX_H #define ZIX_ZIX_H // IWYU pragma: begin_exports /** @defgroup zix Zix C API @{ */ /** @defgroup zix_utilities Utilities @{ */ #include #include #include /** @} @defgroup zix_allocation Allocation @{ */ #include #include /** @} @defgroup zix_algorithms Algorithms @{ */ #include /** @} @defgroup zix_data_structures Data Structures @{ */ #include #include #include #include /** @} @defgroup zix_threading Threading @{ */ #include #include /** @} @defgroup zix_file_system File System @{ */ #include #include /** @} @defgroup zix_environment Environment @{ */ #include /** @} @} */ // IWYU pragma: end_exports #endif /* ZIX_ZIX_H */