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