#ifndef REGTEST #include int cnd_init(cnd_t *cond) { /* does nothing */ return thrd_success; } #endif #ifdef TEST #include "_PDCLIB_test.h" int main( void ) { return TEST_RESULTS; } #endif