e_xtended basic library for common requirements of my c projects
Copyright (c) 2023, Diogo Ferreira
SPDX-License-Identifier: BSD-3-Clause
See license at this project root for more detailed information
- CMake 3.23+
- LLVM 16+
- Ninja 1.11+
- C23
- e_string_t: string non-based on NUL terminator
- e_bigdec_t: simple arbitrary precision decimal
- e_bigint_t: simple arbitrary precision integer
- e_vector_t: vector implementation
- e_format: simple string formatting system