Opened 16 months ago

Last modified 13 months ago

#18207 new enhancement

wcstoimax and wcstoumax is not available

Reported by: miqlas Owned by: nobody
Priority: normal Milestone: Unscheduled
Component: System/POSIX Version: R1/beta4
Keywords: Cc:
Blocked By: Blocking:
Platform: x86-64

Description (last modified by miqlas)

wcstoimax, wcstoumax - convert wide-character string to integer. These functions are just like wcstol(3) and wcstoul(3), except that they return a value of type intmax_t and uintmax_t, respectively. POSIX.1-2001, POSIX.1-2008, C99.

Latest Fish shell (3.6.0) complains about them.

It seems they are commented out here: https://github.com/haiku/haiku/blob/master/headers/posix/inttypes.h#L205

Haiku hrev56679

Change History (2)

comment:1 by miqlas, 16 months ago

Description: modified (diff)

comment:2 by pulkomandy, 13 months ago

Type: bugenhancement
Note: See TracTickets for help on using tickets.