Path: csiph.com!eternal-september.org!feeder.eternal-september.org!nntp.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Sort of trivial code challenge - may be interesting to you anyway Date: Sat, 07 Mar 2026 16:43:31 -0800 Organization: None to speak of Lines: 12 Message-ID: <878qc3ywuk.fsf@example.invalid> References: <10n80sc$3soe4$1@dont-email.me> <86v7feei2e.fsf@linuxsc.com> <10o53k6$1i0ef$2@dont-email.me> <86ms0peby6.fsf@linuxsc.com> <10ockdh$3qpk6$1@dont-email.me> <10ocrjn$3qpk6$2@dont-email.me> <10od64s$3qpk6$4@dont-email.me> <86ikb9bmtw.fsf@linuxsc.com> <10oem5t$n5hk$1@dont-email.me> <86o6kz9zng.fsf@linuxsc.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 08 Mar 2026 00:43:32 +0000 (UTC) Injection-Info: dont-email.me; posting-host="5c88fe53569b4c210fbfbf7e6275a6a7"; logging-data="2098402"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX18eSLYBTs7WFCIWXavKF78/" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:VlPL1xFIJmcaaam+RAov613Exq8= sha1:OKMZ/S6Qwsmv1XdnRUzZuw0/kWo= Xref: csiph.com comp.lang.c:396860 Tim Rentsch writes: [...] > typedef size_t Z; > typedef _Bool B; [...] Why do you do this? I find that it makes the code more difficult to read. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */