]> pd.if.org Git - pdclib/blobdiff - functions/stdio/_cbprintf.c
Comment reformatting for consistency.
[pdclib] / functions / stdio / _cbprintf.c
index c0192fe0f331a581549c311517372a517e24c1fc..38e33334dd66565a48abaf391410e66077f53db2 100644 (file)
@@ -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;