[PATCH v3] stdlib: Implement C2Y uabs, ulabs, ullabs and uimaxabs

Joseph Myers josmyers@redhat.com
Mon Mar 10 17:58:01 GMT 2025


On Sun, 9 Mar 2025, Lenard Mollenkopf wrote:

> +* The ISO C2Y family of unsigned abs functions, i.e.
> +  uabs, ulab, ullabs and uimaxabs, are now supported.

ulabs, not ulab.

>  @pindex math.h
>  @pindex stdlib.h
> -Prototypes for @code{abs}, @code{labs} and @code{llabs} are in @file{stdlib.h};
> -@code{imaxabs} is declared in @file{inttypes.h};
> +Prototypes for @code{abs}, @code{labs}, @code{llabs},
> +@code{uabs}, @code{ulabs} @code{ullabs} are in @file{stdlib.h};

Missing "and" between ulabs and ullabs.

-- 
Joseph S. Myers
josmyers@redhat.com



More information about the Libc-alpha mailing list