blob: e7c171a80e5fff560c9cf241f87527395f8f296b [file] [view]
# POSIX header tests
These compile-time tests check that each POSIX header contains _at
least_ what POSIX says. Every POSIX header file gets a corresponding
`.c` file in this directory. Every constant, macro, type, struct field,
and function in the header gets a corresponding assertion in the file.
See `header_checks.h` for the implementation of the assertions.