1# POSIX header tests
2
3These compile-time tests check that each POSIX header contains _at
4least_ what POSIX says. Every POSIX header file gets a corresponding
5`.c` file in this directory. Every constant, macro, type, struct field,
6and function in the header gets a corresponding assertion in the file.
7
8See `header_checks.h` for the implementation of the assertions.
9