Auxiliary macros and functions for the C standard library https://c-util.github.io/c-stdaux
Find a file
David Rheinsberg 652caf87ac docs: pull in fixed clang version on RTD
Ensure that on RTD we have a fixed clang version and no clashes between
the python modules and the system libraries.

Signed-off-by: David Rheinsberg <david@readahead.eu>
2025-06-17 10:11:42 +02:00
.github/workflows ci: disable Windows CI 2025-06-16 11:48:13 +02:00
src docs: pull in fixed clang version on RTD 2025-06-17 10:11:42 +02:00
.editorconfig c-stdaux: import basic library 2019-04-09 11:59:23 +02:00
AUTHORS build: update AUTHORS 2024-01-10 13:46:38 +01:00
meson.build build: release 1.6.0 2025-06-16 11:09:11 +02:00
meson_options.txt build: export 'version-scripts' configuration 2022-06-15 11:47:42 +02:00
NEWS.md build: release 1.6.0 2025-06-16 11:09:11 +02:00
README.md doc: update README.md for typography 2022-12-15 11:35:08 +01:00

c-stdaux

Auxiliary macros and functions for the C standard library

The c-stdaux project contains support macros and auxiliary functions around the functionality of common C standard libraries. This includes helpers for the ISO C Standard Library, but also other common specifications like POSIX or common extended features of widespread compilers like gcc and clang.

Project

Requirements

The requirements for this project are:

  • libc (e.g., glibc >= 2.16)

At build time, the following software is required:

  • meson >= 0.60
  • pkg-config >= 0.29

Build

The meson build system is used for this project. Contact upstream documentation for detailed help. In most situations, the following commands are sufficient to build and install from source:

mkdir build
cd build
meson setup ..
ninja
meson test
ninja install

No custom configuration options are available.

Repository:

License:

  • Apache-2.0 OR LGPL-2.1-or-later
  • See AUTHORS file for details.