#if 0 #include #include _Noreturn void thrd_exit(int res) { pthread_exit(&res); } /* STDC(201112) */ #endif