Modern C for Fedora (and the world)
Modern C for Fedora (and the world)
Posted Dec 11, 2023 17:43 UTC (Mon) by eru (subscriber, #2753)Parent article: Modern C for Fedora (and the world)
A nit, but I think the description of the implicit function declaration is a bit off. It is not a function that takes no parameters, but one with an unknown parameter list. It also assumes external linkage. Equivalent to
int f();