Path: csiph.com!news.mixmin.net!eternal-september.org!reader02.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Why does C allow structs to have a tag? Date: Mon, 09 Aug 2021 16:45:58 -0700 Organization: None to speak of Lines: 15 Message-ID: <87y29afah5.fsf@nosuchdomain.example.com> References: <87czqnlp2m.fsf@bsb.me.uk> <877dgvljpf.fsf@bsb.me.uk> <2a1b4347-595a-469a-8df1-db64af9896acn@googlegroups.com> <94f47c65-5f5f-44d1-bc37-d51155624ae5n@googlegroups.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="4ba2c969ae0e906c6600fce7cdb6f53e"; logging-data="30364"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18wwdMLG6PQk1tcQp0jbBwd" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:GQXCz+w3o5ynzC/2ObSoAg+x/eg= sha1:jPf5IaTyKCfsRBM7H784b+3ygtk= Xref: csiph.com comp.lang.c:162281 Bart writes: [...] > And when I have to play with C, I prefer my own small C compiler; you > know, that one with the faster printf than gcc/tdm. Really? Your *compiler* implements printf? Not the runtime library? Yes, the distinction matters. [...] -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com Working, but not speaking, for Philips void Void(void) { Void(); } /* The recursive call of the void */