Further streamlined testing.
[fw/pdclib] / functions / stdio / fprintf.c
index da70041d938602b02837a7fa589e446b54e0f130..a7cef0bf4446df308ee039c6af9cd76b6b4debbe 100644 (file)
@@ -30,6 +30,8 @@ int fprintf( struct _PDCLIB_file_t * _PDCLIB_restrict stream, const char * _PDCL
 
 #define testprintf( stream, n, format, ... ) fprintf( stream, format, __VA_ARGS__ )
 
+#define TESTCASE_SPRINTF( x )
+
 int main( void )
 {
     FILE * buffer;