rspec/rules/S820/description.adoc
2020-06-30 17:16:12 +02:00

2 lines
219 B
Plaintext

The C90 standard allows implicit typing of variables and functions, and some C compilers still support legacy code by allowing implicit typing. But it should not be used for new code because it might lead to confusion.