X-Git-Url: https://git.gag.com/?a=blobdiff_plain;ds=sidebyside;f=functions%2Fstdio%2Fvfprintf.c;h=2b216db9ff71b19dec53384c3ab92d2f5b762bbd;hb=87195dbaff9d4b3827dcf3f714662b64077ddb42;hp=01c5df618cedc0021dd826ed7a4323a56b671d4c;hpb=3956a4f15134f471663136d51626523ccff4e9ba;p=fw%2Fpdclib diff --git a/functions/stdio/vfprintf.c b/functions/stdio/vfprintf.c index 01c5df6..2b216db 100644 --- a/functions/stdio/vfprintf.c +++ b/functions/stdio/vfprintf.c @@ -64,6 +64,8 @@ static int testprintf( FILE * stream, size_t n, const char * format, ... ) return i; } +#define TESTCASE_SPRINTF( x ) + int main( void ) { FILE * buffer;