|
|
|
|
|
by humanrebar
4220 days ago
|
|
C is not a strongly typed language and it does not allow function overloading. C projects should allow for some flexibility in naming notations to make up for those language design decisions. Also, any project that uses int return codes shouldn't be leaning too heavily on type safety. |
|