]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/vprintf.c
Further streamlined testing.
[pdclib.old] / functions / stdio / vprintf.c
index 2be15c2ad402150b0cfae0fd54bc02b0436c3220..a02c625670582f208e5d6b1a2092818bf4da06e5 100644 (file)
@@ -33,6 +33,8 @@ static int testprintf( FILE * stream, size_t n, const char * format, ... )
     return i;
 }
 
+#define TESTCASE_SPRINTF( x )
+
 int main( void )
 {
     FILE * buffer;