460809_0_0_30032.cpp:23: error: `int time[32768]' 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*)'
460809_0_0_30032.cpp:23: error: declaration of `int time[32768]'
GCC/bin/../lib/gcc/mingw32/3.4.2/../../../../include/time.h:85: error: conflicts with previous declaration `time_t time(time_t*)'
460809_0_0_30032.cpp: In function `int count(int)':
460809_0_0_30032.cpp:39: error: pointer to a function used in arithmetic
460809_0_0_30032.cpp:39: error: pointer to a function used in arithmetic
460809_0_0_30032.cpp:39: error: invalid conversion from `time_t (*)(time_t*)' to `int'
460809_0_0_30032.cpp:43: error: pointer to a function used in arithmetic
460809_0_0_30032.cpp:43: error: assignment of read-only location
460809_0_0_30032.cpp:43: error: cannot convert `int' to `time_t ()(time_t*)' in assignment
|