]> pd.if.org Git - pdclib/blobdiff - functions/string/strxfrm.c
Added Makefile and moved internal headers into seperate directory (allowing easier...
[pdclib] / functions / string / strxfrm.c
index 60575cb119e4bfcc544daac4709ba2cd26a29d73..5849a0cb80ea52a44883c0ed1d7837125f97340a 100644 (file)
@@ -8,6 +8,7 @@
    Permission is granted to use, modify, and / or redistribute at will.
 */
 
+#include <_PDCLIB_aux.h>
 #include <string.h>
 
 /* TODO: Dummy function, no locale support yet. */
@@ -24,3 +25,5 @@ size_t strxfrm( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
     }
     return len;
 }
+
+#warning Test driver missing.