Changes between Initial Version and Version 1 of Ticket #18207


Ignore:
Timestamp:
Jan 9, 2023, 10:17:46 AM (16 months ago)
Author:
miqlas
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #18207 – Description

    initial v1  
    1 Latest Fish (3.6.0) complains about them.
     1wcstoimax, wcstoumax - convert wide-character string to integer.
     2These functions are just like wcstol(3) and wcstoul(3), except that they return a value of type intmax_t and uintmax_t, respectively.
     3POSIX.1-2001, POSIX.1-2008, C99.
     4
     5Latest Fish shell (3.6.0) complains about them.
    26
    37It seems they are commented out here: https://github.com/haiku/haiku/blob/master/headers/posix/inttypes.h#L205
    48
    5 Possibly not POSIX.
    6 
    79Haiku hrev56679