Find a file
Thomas Haller 51291dc7f3 Squashed 'shared/c-stdaux/' changes from 3b35c47d2bee..ffa3dcc36533
ffa3dcc36533 all: fix minor typo in code comment

git-subtree-dir: shared/c-stdaux
git-subtree-split: ffa3dcc365331e31eb0c0f73ccd258e7a29a162a
2020-08-05 16:39:28 +02:00
.github/workflows Squashed 'shared/c-stdaux/' changes from 11930d259212..3b35c47d2bee 2020-06-03 22:03:36 +02:00
src Squashed 'shared/c-stdaux/' changes from 3b35c47d2bee..ffa3dcc36533 2020-08-05 16:39:28 +02:00
.editorconfig Squashed 'shared/c-stdaux/' content from commit 11930d2592 2019-04-14 11:16:55 +02:00
AUTHORS Squashed 'shared/c-stdaux/' content from commit 11930d2592 2019-04-14 11:16:55 +02:00
meson.build Squashed 'shared/c-stdaux/' content from commit 11930d2592 2019-04-14 11:16:55 +02:00
NEWS.md Squashed 'shared/c-stdaux/' content from commit 11930d2592 2019-04-14 11:16:55 +02:00
README.md Squashed 'shared/c-stdaux/' content from commit 11930d2592 2019-04-14 11:16:55 +02: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 wide-spread 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.41
  • 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.