Sujet : Re: The difference between strtol() and strtoul() ?
De : already5chosen (at) *nospam* yahoo.com (Michael S)
Groupes : comp.lang.cDate : 23. Jun 2024, 09:47:56
Autres entêtes
Organisation : A noiseless patient Spider
Message-ID : <20240623114756.0000546a@yahoo.com>
References : 1 2 3 4 5
User-Agent : Claws Mail 3.19.1 (GTK+ 2.24.33; x86_64-w64-mingw32)
On Fri, 21 Jun 2024 18:43:29 -0000 (UTC)
gazelle@shell.xmission.com (Kenny McCormack) wrote:
In article <v54hc0$39bpi$1@dont-email.me>,
James Kuyper <jameskuyper@alumni.caltech.edu> wrote:
On 6/21/24 11:53, Michael S wrote:
On Fri, 21 Jun 2024 18:28:39 +0300
Michael S <already5chosen@yahoo.com> wrote:
On Fri, 21 Jun 2024 13:58:01 -0000 (UTC)
gazelle@shell.xmission.com (Kenny McCormack) wrote:
>
Yeah, now I get it. You really only need strtoimax() and
strtoumax().
>
Which are? uunfortunately, not part of C standard.
>
They have been part of the C standard since C99.
To some people, "Standard C" means C89.
That is not my case.
I was sincerely mistaken.
Everything after that is, like POSIX, just fluffy nonsense.
I don't think that POSIX is fluffy nonsense. I do know, however, that
POSIX is irrelevant for overwhelming majority of C programming that I
do at work.
Newer C standards are significantly more relevant, esp. language
features.
For library features, C Standard is relevant in a sense that if
particular standard function exists in the library that I use, then it
is very likely that it matches semantics of the standard.