]> pd.if.org Git - pdclib/blobdiff - functions/string/strrchr.c
Added a warning about missing test drivers.
[pdclib] / functions / string / strrchr.c
index 8ad992ae69402c35c0e309ca93dab0a9335f827f..b29d0a6e26525d236a5d7ec64d963fb2c4e91b3a 100644 (file)
@@ -23,3 +23,5 @@ char * strrchr( const char * s, int c )
     } while ( i );
     return NULL;
 }
+
+#warning Test driver missing.