]> pd.if.org Git - pdclib.old/blobdiff - functions/stdio/printf.c
PDCLIB-6: Incorporate the Tyndur test suite into our printf test suite (see included...
[pdclib.old] / functions / stdio / printf.c
index 23536dd84e145761f7c29360dd1b13e4c9f2404b..122f8df0bf98c24d37fe564b96d39073e955cf0b 100644 (file)
@@ -29,7 +29,7 @@ int printf( const char * _PDCLIB_restrict format, ... )
 
 #include <_PDCLIB_test.h>
 
-#define testprintf( stream, format, ... ) printf( format, __VA_ARGS__ )
+#define testprintf( stream, ... ) printf( __VA_ARGS__ )
 
 int main( void )
 {