VirtualBox

Changeset 805 in kBuild for trunk/src/gmake/kmkbuiltin/mscfakes.h


Ignore:
Timestamp:
Jan 25, 2007 12: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.

© 2024 Oracle Support Privacy / Do Not Sell My Info Terms of Use Trademark Policy Automated Access Etiquette