Opened 2 years ago

Last modified 21 months ago

#18207 new enhancement

wcstoimax and wcstoumax is not available — at Version 1

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 (1)

comment:1 by miqlas, 2 years ago

Description: modified (diff)
Note: See TracTickets for help on using tickets.