Liste des Groupes | Revenir à cl c |
This is, of course, a purely stylistic matter. But still... `main` is special. And it kinda makes sense to acknowledge it special nature by not doing explicit `return 0` from `main`. `main` looks cleaner without it.The "return 0;" is unnecessary but harmless in C99 and later.That - returning a value when a function is declared to return
one - is actually a [maybe picky] coding-habit of mine. :-)
Les messages affichés proviennent d'usenet.