X-Git-Url: https://pd.if.org/git/?p=pdclib.old;a=blobdiff_plain;f=functions%2Fstdio%2Fvfprintf.c;h=2b216db9ff71b19dec53384c3ab92d2f5b762bbd;hp=01c5df618cedc0021dd826ed7a4323a56b671d4c;hb=6bd7f065eafd2d53f82c6bf4525456fad56b8a47;hpb=8d4237204b06cb16cf799c7d28372e3899f8b50a 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;