c_hashmap icon indicating copy to clipboard operation
c_hashmap copied to clipboard

Ahem, main's signature is wrong...

Open bambams opened this issue 10 years ago • 0 comments

It should be main(int argc, char ** argv). Parameter names don't matter, but order and type does. Also you should compile with warnings enabled. GCC yields several other warnings for each source file.

bambams avatar Dec 01 '14 15:12 bambams