|
|
Subscribe / Log in / New account

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();


to post comments


Copyright © 2025, Eklektix, Inc.
Comments and public postings are copyrighted by their creators.
Linux is a registered trademark of Linus Torvalds