Ignore:
File:
1 edited

Legend:

Unmodified
Added
Removed
  • uspace/lib/c/include/inttypes.h

    rd39c46e0 r16bfcd3  
    3838#include <_bits/inttypes.h>
    3939
    40 #ifndef __HELENOS_DISABLE_INTMAX__
    41 intmax_t strtoimax(const char *__restrict__ nptr,
    42     char **__restrict__ endptr, int base);
    43 uintmax_t strtoumax(const char *__restrict__ nptr,
    44     char **__restrict__ endptr, int base);
    45 #endif
    46 
    4740#endif
    4841
Note: See TracChangeset for help on using the changeset viewer.