Sujet : Re: C23 thoughts and opinions
De : Keith.S.Thompson+u (at) *nospam* gmail.com (Keith Thompson)
Groupes : comp.lang.cDate : 02. Jun 2024, 07:31:31
Autres entêtes
Organisation : None to speak of
Message-ID : <87plsz26v0.fsf@nosuchdomain.example.com>
References : 1 2 3 4
User-Agent : Gnus/5.13 (Gnus v5.13) Emacs/27.2 (gnu/linux)
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.comvoid Void(void) { Void(); } /* The recursive call of the void */