Deutsch English Français Italiano |
<87plsz26v0.fsf@nosuchdomain.example.com> View for Bookmarking (what is this?) Look up another Usenet article |
Path: ...!3.eu.feeder.erje.net!feeder.erje.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson <Keith.S.Thompson+u@gmail.com> Newsgroups: comp.lang.c Subject: Re: C23 thoughts and opinions Date: Sat, 01 Jun 2024 23:31:31 -0700 Organization: None to speak of Lines: 20 Message-ID: <87plsz26v0.fsf@nosuchdomain.example.com> References: <v2l828$18v7f$1@dont-email.me> <v2o57g$1t5p4$1@raubtier-asyl.eternal-september.org> <v3dkgh$2e0me$1@dont-email.me> <v3gou9$36n61$3@dont-email.me> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 02 Jun 2024 08:31:32 +0200 (CEST) Injection-Info: dont-email.me; posting-host="9a2d5102a2fad992644b471eb5e9e79e"; logging-data="3416800"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX19T4dY5Gbdj7BHRsqK7FrlP" User-Agent: Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux) Cancel-Lock: sha1:dJ7Fbk+R1hJ6pb1rs28tbMwj4Ww= sha1:BvJ52LTQF2b+t6FHoQz7PQyfcKQ= Bytes: 1508 Lawrence D'Oliveiro <ldo@nz.invalid> writes: > On Fri, 31 May 2024 17:55:13 -0500, Lynn McGuire wrote: >> while (1) > > Why not > > while (true) > > or even > > for (;;) > > ? Why do you ask? It makes no difference (except that "while (true)" is less portable to old compilers). -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */