]> pd.if.org Git - pdclib/blobdiff - opt/nothread/cnd_init.c
dos2unix
[pdclib] / opt / nothread / cnd_init.c
index 13f1732e4971877e713f9b9e55c234371ce0aa5e..4e05427bd54389d71058c4fe7b3ee3982f3aa3b9 100644 (file)
@@ -1,19 +1,19 @@
-#ifndef REGTEST\r
-#include <threads.h>\r
-\r
-int cnd_init(cnd_t *cond)\r
-{\r
-       /* does nothing */\r
-       return thrd_success;\r
-}\r
-#endif\r
-\r
-#ifdef TEST\r
-#include "_PDCLIB_test.h"\r
-\r
-int main( void )\r
-{\r
-    return TEST_RESULTS;\r
-}\r
-\r
-#endif\r
+#ifndef REGTEST
+#include <threads.h>
+
+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