Re: lib/60635: humanize_number(3): exa/exbi issues
"Robert Elz via gnats" <[email protected]>
| Newsgroups | gmane.os.netbsd.bugs |
|---|---|
| Message-ID | <[email protected]> |
The following reply was made to PR lib/60635; it has been noted by GNATS. From: Robert Elz <[email protected]> To: Taylor R Campbell <[email protected]> Cc: [email protected], [email protected] Subject: Re: lib/60635: humanize_number(3): exa/exbi issues Date: Mon, 24 Aug 2026 03:43:09 +0700 Your patch seems to be missing the change needed (in <stdlib.h> presumably, though putting humanize_number() in there seems to be a bit of probably over-wishful thinking in the first place) to define HN_IEC, - and nor is there any mention of what might need (or perhaps should need) to happen to dehumanize_number() to remain even semi-compatible with what humanize_number() will be able to produce - or even if that is possible, given its interface API. kre