The following line would work the same without the void parameter. I do agree that explicit is better, but putting an optional parameter there might confuse newcommers (developers without C background would understand it, but would probably wonder about it).
What about introducing void later or adding some extra explanation?
C/01_hello_world/helloworld.c
Line 3 in 6de0828
The following line would work the same without the void parameter. I do agree that explicit is better, but putting an optional parameter there might confuse newcommers (developers without C background would understand it, but would probably wonder about it).
What about introducing void later or adding some extra explanation?