]> pd.if.org Git - pdclib/blobdiff - functions/string/strncpy.c
Added a warning about missing test drivers.
[pdclib] / functions / string / strncpy.c
index 614ca13e097384fbf1d4e8bf52bc2d3874ad8e20..aafb7040a79c958683b2553aef54bcd1fc5968eb 100644 (file)
@@ -26,3 +26,5 @@ char * strncpy( char * _PDCLIB_restrict s1, const char * _PDCLIB_restrict s2, si
     }
     return rc;
 }
+
+#warning Test driver missing.