/* This file completes the definitions of some types and functions * for assert, which are declared in assert.h. */ #include $atomic_f void assert(_Bool expr){ $assert(expr); }