Path: csiph.com!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: Thu, 29 Jul 2021 08:12:19 -0700 Organization: None to speak of Lines: 20 Message-ID: <87mtq5f92k.fsf@nosuchdomain.example.com> References: <867dijb22a.fsf@linuxsc.com> <86a6mt8g69.fsf@linuxsc.com> <20210727083246.384@kylheku.com> <87h7gfiqu0.fsf@nosuchdomain.example.com> <87sfzzgr72.fsf@nosuchdomain.example.com> <1mgMI.17475$6j.16299@fx04.iad> <87zgu6f367.fsf@nosuchdomain.example.com> <87v94tg8sw.fsf@nosuchdomain.example.com> Mime-Version: 1.0 Content-Type: text/plain Injection-Info: reader02.eternal-september.org; posting-host="f7dbd806dd1436700e4487cff600874e"; logging-data="18668"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18oGV7D0uSExWDKpINylFXB" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:1yUoLM5VxDZOyWjMwPHCpZNcyVU= sha1:dDmALQDeryvbKlvtRiZs0ugUk2c= Xref: csiph.com comp.lang.c:162092 Bart writes: > On 29/07/2021 03:20, Keith Thompson wrote: >> Bart writes: [...] >>> Sure, I can do that (after fixing the code with the right includes and >>> avoiding %zu). But that's the trial and error approach. >> %zu is the correct format specifier. I'm not even going to ask why >> you'd want to avoid it. > > I'll tell you anyway: it doesn't work on Windows. Yes, it does. I don't know why it wouldn't work for you. Are you using some obsolete version of Windows or of its C implementation? [...] -- 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 */