Ignore:
File:
1 edited

Legend:

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

    r7f9df7b9 r0dd4779  
    3636#define POSIX_INTTYPES_H_
    3737
     38#ifndef __POSIX_DEF__
     39#define __POSIX_DEF__(x) x
     40#endif
     41
    3842#include "stdint.h"
    3943#include "libc/inttypes.h"
     44
     45extern intmax_t __POSIX_DEF__(strtoimax)(const char *__restrict__ nptr,
     46    char **__restrict__ endptr, int base);
     47extern uintmax_t __POSIX_DEF__(strtoumax)(const char *__restrict__ nptr,
     48    char **__restrict__ endptr, int base);
     49
    4050
    4151#endif /* POSIX_INTTYPES_H_ */
Note: See TracChangeset for help on using the changeset viewer.