]> pd.if.org Git - pdclib/blobdiff - functions/string/strrchr.c
Added dummy test drivers to each *.c file, and target 'test' to Makefile.
[pdclib] / functions / string / strrchr.c
index 77b633fffc6968ac6e8286d1c1f5aa8fd684a377..4fe9a6b49acd8c00597b5da7bbd567985880883e 100644 (file)
@@ -25,3 +25,10 @@ char * strrchr( const char * s, int c )
 }
 
 #warning Test driver missing.
+
+#ifdef TEST
+int main()
+{
+    return 0;
+}
+#endif