Avoid old-style function definitions
Avoid declaring old-style functions without any parameters. Functions not accepting any parameters should be declared with `void fn(void)`. See ISO C89 $3.5.4.3.
Showing
Please
register
or
sign in
to comment