]> pd.if.org Git - pdclib/blobdiff - functions/string/strdup.c
PDCLib includes with quotes, not <>.
[pdclib] / functions / string / strdup.c
index 9be484a623eb4e760f7dd7b395b8195191f76ea6..bbd1e93be1c0485f6b61be1b312f4b09c0540d17 100644 (file)
@@ -1,4 +1,4 @@
-/* [XSI] char* strdup(const char *)\r
+/* [XSI] char * strdup( const char * )\r
 \r
    This file is part of the Public Domain C Library (PDCLib).\r
    Permission is granted to use, modify, and / or redistribute at will.\r
@@ -28,7 +28,7 @@ char *strdup(const char *s)
 #endif\r
 \r
 #ifdef TEST\r
-#include <_PDCLIB_test.h>\r
+#include "_PDCLIB_test.h"\r
 \r
 int main( void )\r
 {\r