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