X-Git-Url: https://pd.if.org/git/?a=blobdiff_plain;f=functions%2Fstdio%2F_cbprintf.c;h=38e33334dd66565a48abaf391410e66077f53db2;hb=5d2d7d278a2fabd52a252676c6e5b1bb9be630c7;hp=c0192fe0f331a581549c311517372a517e24c1fc;hpb=af7b48b211498ff4ef7aba6db89b90b760cdd3d5;p=pdclib diff --git a/functions/stdio/_cbprintf.c b/functions/stdio/_cbprintf.c index c0192fe..38e3333 100644 --- a/functions/stdio/_cbprintf.c +++ b/functions/stdio/_cbprintf.c @@ -1,4 +1,4 @@ -/* _cbprintf( void *, size_t (*)( void*, const char *, size_t ), const char *, ... ) +/* _cbprintf( void *, size_t (*)( void *, const char *, size_t ), const char *, ... ) This file is part of the Public Domain C Library (PDCLib). Permission is granted to use, modify, and / or redistribute at will. @@ -46,8 +46,8 @@ static size_t testcb( void *p, const char *buf, size_t size ) int main( void ) { - char target[100]; #ifndef REGTEST + char target[100]; #include "printf_testcases.h" #endif return TEST_RESULTS;