]> pd.if.org Git - pdclib/blobdiff - functions/string/strstr.c
Added a warning about missing test drivers.
[pdclib] / functions / string / strstr.c
index fc5950db4e0e05c2630285d39fca1dd90a4dae7f..4587c68c6e2d5f107b5eeedfc506763d42a6cb09 100644 (file)
@@ -31,3 +31,5 @@ char * strstr( const char * s1, const char * s2 )
     }
     return NULL;
 }
+
+#warning Test driver missing.