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