Warning: mysqli::__construct(): (HY000/1203): User howardkn already has more than 'max_user_connections' active connections in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\includes\artfuncs.php on line 21
Failed to connect to MySQL: (1203) User howardkn already has more than 'max_user_connections' active connections
Warning: mysqli::query(): Couldn't fetch mysqli in D:\Inetpub\vhosts\howardknight.net\al.howardknight.net\index.php on line 66
Article <v9ut5o$2pm4m$1@dont-email.me>
Deutsch   English   Français   Italiano  
<v9ut5o$2pm4m$1@dont-email.me>

View for Bookmarking (what is this?)
Look up another Usenet article

Path: ...!eternal-september.org!feeder3.eternal-september.org!news.eternal-september.org!.POSTED!not-for-mail
From: David Brown <david.brown@hesbynett.no>
Newsgroups: comp.unix.shell,comp.unix.programmer,comp.lang.misc
Subject: Re: Python (was Re: I did not inhale)
Date: Mon, 19 Aug 2024 09:44:56 +0200
Organization: A noiseless patient Spider
Lines: 23
Message-ID: <v9ut5o$2pm4m$1@dont-email.me>
References: <uu54la$3su5b$6@dont-email.me> <20240408075547.000061e8@gmail.com>
 <g52cnWOOwoz_son7nZ2dnZfqnPWdnZ2d@brightview.co.uk>
 <uvbe3m$2cun7$1@dont-email.me> <uvbfii$3mom0$1@news.xmission.com>
 <20240412094809.811@kylheku.com> <87il0mm94y.fsf@tudado.org>
 <way-20240413091747@ram.dialup.fu-berlin.de> <87il0lldf8.fsf@tudado.org>
 <choices-20240413123957@ram.dialup.fu-berlin.de>
 <v9lm2k$12qhv$1@dont-email.me> <v9m4gd$14scu$1@dont-email.me>
 <20240815182717.189@kylheku.com> <v9npls$1fjus$1@dont-email.me>
 <v9t204$2dofg$1@dont-email.me> <87wmkdd484.fsf@nosuchdomain.example.com>
MIME-Version: 1.0
Content-Type: text/plain; charset=UTF-8; format=flowed
Content-Transfer-Encoding: 7bit
Injection-Date: Mon, 19 Aug 2024 09:44:56 +0200 (CEST)
Injection-Info: dont-email.me; posting-host="13ca869cc57f3544f40c1966610e7f05";
	logging-data="2939030"; mail-complaints-to="abuse@eternal-september.org";	posting-account="U2FsdGVkX1/MZmfZp61eXcJFsyqeOIuHw6pltf1T6yg="
User-Agent: Mozilla/5.0 (X11; Linux x86_64; rv:102.0) Gecko/20100101
 Thunderbird/102.11.0
Cancel-Lock: sha1:S9TyChySS8bE5KHsD/SCfL7xLWI=
In-Reply-To: <87wmkdd484.fsf@nosuchdomain.example.com>
Content-Language: en-GB
Bytes: 2516

On 18/08/2024 21:24, Keith Thompson wrote:
> David Brown <david.brown@hesbynett.no> writes:
> [...]
>> Without looking it up, what does the C standard library "fegetmode"
>> function do?
> 
> Nothing, it's specific to GNU libc.
> 

(This has been discussed in a follow-up in comp.lang.c, but others here 
might not see that.)

The function is in standard C23, but not earlier C standard versions. 
C23 has not yet been adopted by ISO (it is due in a couple of months), 
so "fegetmode" is not part of current standard C.  But it will be soon.

Anyway, the point is that most C programmers can write useful C code 
without knowing about such functions.  I didn't intend to pick a new C23 
function as an example, just a relatively obscure C standard library 
function, and the standard version I happened to have open at the time 
was C23.