Changeset 805


Ignore:
Timestamp:
Jan 25, 2007, 1:56:27 AM (18 years ago)
Author:
bird
Message:

Added missing strtoumax prototype.

File:
1 edited

Legend:

Unmodified
Added
Removed
  • trunk/src/gmake/kmkbuiltin/mscfakes.h

    r785 r805  
    122122#define reallocf(old, size) realloc(old, size)
    123123intmax_t strtoimax(const char *nptr, char **endptr, int base);
     124uintmax_t strtoumax(const char *nptr, char **endptr, int base);
    124125int asprintf(char **strp, const char *fmt, ...);
    125126int vasprintf(char **strp, const char *fmt, va_list ap);
Note: See TracChangeset for help on using the changeset viewer.