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