0_0_7805603_7240.cpp:5: error: `char time[20]' redeclared as different kind of symbol
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: previous declaration of `time_t time(time_t*)'
0_0_7805603_7240.cpp:5: error: declaration of `char time[20]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
0_0_7805603_7240.cpp: In function `void f(int)':
0_0_7805603_7240.cpp:14: error: cannot convert `time_t (*)(time_t*)' to `char*' for argument `1' to `int sprintf(char*, const char*, ...)'
|