Re: Issue in man page sscanf.3
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-11-17 12:09:31
Attachments
- signature.asc [application/pgp-signature] 833 bytes
From: Alejandro Colomar <alx@kernel.org>
Date: 2024-11-17 12:09:31
Hi Helge, On Sun, Nov 17, 2024 at 10:46:24AM GMT, Helge Kreutzmann wrote:
Without further ado, the following was found: Issue: on other architectures → on other plattforms
I've used systems instead of platforms, but yeah, agree. Fixed. Thanks! Cheers, Alex
"Some combinations of the type modifiers and conversion specifiers defined by " "C99 do not make sense (e.g., B<%Ld>). While they may have a well-defined " "behavior on Linux, this need not to be so on other architectures. Therefore " "it usually is better to use modifiers that are not defined by C99 at all, " "that is, use B<q> instead of B<L> in combination with B<d>, B<i>, B<o>, " "B<u>, B<x>, and B<X> conversions or B<ll>."
-- <https://www.alejandro-colomar.es/>