c-stdaux: re-import git-subtree for 'src/c-stdaux'

git subtree pull --prefix src/c-stdaux git@github.com:c-util/c-stdaux.git main --squash
This commit is contained in:
Thomas Haller 2022-07-22 12:10:21 +02:00
commit 7c04f57320
No known key found for this signature in database
GPG key ID: 29C2366E4DFC5728

View file

@ -57,9 +57,6 @@ extern "C" {
#include <limits.h>
#include <stdalign.h>
#include <stdarg.h>
#if 0 /* NM_IGNORED */
#include <stdatomic.h>
#endif /* NM_IGNORED */
#include <stdbool.h>
#include <stddef.h>
#include <stdio.h>