rspec/rules/S820/description.adoc

2 lines
219 B
Plaintext
Raw Normal View History

2020-06-30 12:50:59 +02:00
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.