C:\\>cl /Wall zzc.c
Microsoft (R) 32-bit C/C++ Optimizing Compiler Version 14.00.50727.42 for 80x86
Copyright (C) Microsoft Corporation. All rights reserved.
zzc.c
D:\\Program Files\\Microsoft Visual Studio 8\\VC\\include\\stdio.h(360) : warning C4255: '_get_printf_count_output' : no function prototype given: converting '()' to '(void)'
zzc.c(14) : warning C4255: 'main' : no function prototype given: converting '()' to '(void)'
zzc.c(15) : warning C4431: missing type specifier - int assumed. Note: C no longer supports default-int
c:\\zzc.c(23) : warning C4701: potentially uninitialized local variable 'q' used
Microsoft (R) Incremental Linker Version 8.00.50727.42
Copyright (C) Microsoft Corporation. All rights reserved.