]> pd.if.org Git - pdclib/blobdiff - functions/string/memchr.c
Added a warning about missing test drivers.
[pdclib] / functions / string / memchr.c
index 4194a854bb0ac5ab1f5ac3f6f81f76857be290ae..9aef229e69f040f5b74b150c3987f633ba692a13 100644 (file)
@@ -23,3 +23,5 @@ void * memchr( const void * s, int c, size_t n )
     }
     return NULL;
 }
+
+#warning Test driver missing.