0_0_9044533_29653.cpp: In function `bool is_whitespace(char)':
0_0_9044533_29653.cpp:188: error: redefinition of `bool is_whitespace(char)'
0_0_9044533_29653.cpp:27: error: `bool is_whitespace(char)' previously defined here
0_0_9044533_29653.cpp: In function `void trim(char*)':
0_0_9044533_29653.cpp:192: error: redefinition of `void trim(char*)'
0_0_9044533_29653.cpp:31: error: `void trim(char*)' previously defined here
0_0_9044533_29653.cpp:193: confused by earlier errors, bailing out
|