]> pd.if.org Git - pdclib/blob - opt/nothread/mtx_destroy.c
Unit tests
[pdclib] / opt / nothread / mtx_destroy.c
1 #include <threads.h>\r
2 \r
3 void mtx_destroy(mtx_t *mtx)\r
4 {}\r
5 \r
6 #ifdef TEST\r
7 #include <_PDCLIB_test.h>\r
8 \r
9 int main( void )\r
10 {\r
11     return TEST_RESULTS;\r
12 }\r
13 \r
14 #endif