]> pd.if.org Git - pdclib/blob - opt/nothread/cnd_init.c
* Change the style of inclusion of the internal/ headers. Modern preprocessors
[pdclib] / opt / nothread / cnd_init.c
1 #include <threads.h>\r
2 \r
3 int cnd_init(cnd_t *cond)\r
4 {\r
5         /* does nothing */\r
6         return thrd_success;\r
7 }\r