Path: ...!weretis.net!feeder8.news.weretis.net!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail From: Keith Thompson Newsgroups: comp.lang.c Subject: Re: Python (was Re: I did not inhale) Date: Sun, 18 Aug 2024 14:14:46 -0700 Organization: None to speak of Lines: 20 Message-ID: <87sev1cz3t.fsf@nosuchdomain.example.com> References: <20240408075547.000061e8@gmail.com> <20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org> <87il0lldf8.fsf@tudado.org> <20240815182717.189@kylheku.com> <87wmkdd484.fsf@nosuchdomain.example.com> MIME-Version: 1.0 Content-Type: text/plain Injection-Date: Sun, 18 Aug 2024 23:14:47 +0200 (CEST) Injection-Info: dont-email.me; posting-host="165039b03562a481d254474a1e374827"; logging-data="2657231"; mail-complaints-to="abuse@eternal-september.org"; posting-account="U2FsdGVkX1/hSJjmX+gk0wKZeL3m0dCa" User-Agent: Gnus/5.13 (Gnus v5.13) Cancel-Lock: sha1:Eu8RSLDla03/Hpz9QIVnS2ElmsQ= sha1:Jcet9wK86CbYb9MzFDNkk7XYYO4= Bytes: 2146 James Kuyper writes: > On 8/18/24 15:24, Keith Thompson wrote: >> David Brown writes: >> [...] >>> Without looking it up, what does the C standard library "fegetmode" >>> function do? >> >> Nothing, it's specific to GNU libc. > > ? It's in every draft version of the C standard that I have since > n2346.pdf, dated 2019-03-13. [...] You're right. It's not in C11 or C17, but it is in the C23 drafts. My mistake. -- Keith Thompson (The_Other_Keith) Keith.S.Thompson+u@gmail.com void Void(void) { Void(); } /* The recursive call of the void */