Closed db4ple closed 4 years ago
In C we must use func(void) as declaration in order to have the compiler complain about void functions being called with arguments. C++ does not need this.
This is in response to #1871
In C we must use func(void) as declaration in order to have the compiler complain about void functions being called with arguments. C++ does not need this.
This is in response to #1871