ReactOS 0.4.15-dev-7958-gcd0bb1a
inttypes.h File Reference
#include <crtdefs.h>
#include <stdint.h>
#include <stddef.h>
Include dependency graph for inttypes.h:

Go to the source code of this file.

Classes

struct  imaxdiv_t
 

Macros

#define __need_wchar_t
 
#define PRId8   "d"
 
#define PRId16   "d"
 
#define PRId32   "d"
 
#define PRId64   "I64d"
 
#define PRIdLEAST8   "d"
 
#define PRIdLEAST16   "d"
 
#define PRIdLEAST32   "d"
 
#define PRIdLEAST64   "I64d"
 
#define PRIdFAST8   "d"
 
#define PRIdFAST16   "d"
 
#define PRIdFAST32   "d"
 
#define PRIdFAST64   "I64d"
 
#define PRIdMAX   "I64d"
 
#define PRIi8   "i"
 
#define PRIi16   "i"
 
#define PRIi32   "i"
 
#define PRIi64   "I64i"
 
#define PRIiLEAST8   "i"
 
#define PRIiLEAST16   "i"
 
#define PRIiLEAST32   "i"
 
#define PRIiLEAST64   "I64i"
 
#define PRIiFAST8   "i"
 
#define PRIiFAST16   "i"
 
#define PRIiFAST32   "i"
 
#define PRIiFAST64   "I64i"
 
#define PRIiMAX   "I64i"
 
#define PRIo8   "o"
 
#define PRIo16   "o"
 
#define PRIo32   "o"
 
#define PRIo64   "I64o"
 
#define PRIoLEAST8   "o"
 
#define PRIoLEAST16   "o"
 
#define PRIoLEAST32   "o"
 
#define PRIoLEAST64   "I64o"
 
#define PRIoFAST8   "o"
 
#define PRIoFAST16   "o"
 
#define PRIoFAST32   "o"
 
#define PRIoFAST64   "I64o"
 
#define PRIoMAX   "I64o"
 
#define PRIu8   "u"
 
#define PRIu16   "u"
 
#define PRIu32   "u"
 
#define PRIu64   "I64u"
 
#define PRIuLEAST8   "u"
 
#define PRIuLEAST16   "u"
 
#define PRIuLEAST32   "u"
 
#define PRIuLEAST64   "I64u"
 
#define PRIuFAST8   "u"
 
#define PRIuFAST16   "u"
 
#define PRIuFAST32   "u"
 
#define PRIuFAST64   "I64u"
 
#define PRIuMAX   "I64u"
 
#define PRIx8   "x"
 
#define PRIx16   "x"
 
#define PRIx32   "x"
 
#define PRIx64   "I64x"
 
#define PRIxLEAST8   "x"
 
#define PRIxLEAST16   "x"
 
#define PRIxLEAST32   "x"
 
#define PRIxLEAST64   "I64x"
 
#define PRIxFAST8   "x"
 
#define PRIxFAST16   "x"
 
#define PRIxFAST32   "x"
 
#define PRIxFAST64   "I64x"
 
#define PRIxMAX   "I64x"
 
#define PRIX8   "X"
 
#define PRIX16   "X"
 
#define PRIX32   "X"
 
#define PRIX64   "I64X"
 
#define PRIXLEAST8   "X"
 
#define PRIXLEAST16   "X"
 
#define PRIXLEAST32   "X"
 
#define PRIXLEAST64   "I64X"
 
#define PRIXFAST8   "X"
 
#define PRIXFAST16   "X"
 
#define PRIXFAST32   "X"
 
#define PRIXFAST64   "I64X"
 
#define PRIXMAX   "I64X"
 
#define SCNd16   "hd"
 
#define SCNd32   "d"
 
#define SCNd64   "I64d"
 
#define SCNdLEAST16   "hd"
 
#define SCNdLEAST32   "d"
 
#define SCNdLEAST64   "I64d"
 
#define SCNdFAST16   "hd"
 
#define SCNdFAST32   "d"
 
#define SCNdFAST64   "I64d"
 
#define SCNdMAX   "I64d"
 
#define SCNi16   "hi"
 
#define SCNi32   "i"
 
#define SCNi64   "I64i"
 
#define SCNiLEAST16   "hi"
 
#define SCNiLEAST32   "i"
 
#define SCNiLEAST64   "I64i"
 
#define SCNiFAST16   "hi"
 
#define SCNiFAST32   "i"
 
#define SCNiFAST64   "I64i"
 
#define SCNiMAX   "I64i"
 
#define SCNo16   "ho"
 
#define SCNo32   "o"
 
#define SCNo64   "I64o"
 
#define SCNoLEAST16   "ho"
 
#define SCNoLEAST32   "o"
 
#define SCNoLEAST64   "I64o"
 
#define SCNoFAST16   "ho"
 
#define SCNoFAST32   "o"
 
#define SCNoFAST64   "I64o"
 
#define SCNoMAX   "I64o"
 
#define SCNx16   "hx"
 
#define SCNx32   "x"
 
#define SCNx64   "I64x"
 
#define SCNxLEAST16   "hx"
 
#define SCNxLEAST32   "x"
 
#define SCNxLEAST64   "I64x"
 
#define SCNxFAST16   "hx"
 
#define SCNxFAST32   "x"
 
#define SCNxFAST64   "I64x"
 
#define SCNxMAX   "I64x"
 
#define SCNu16   "hu"
 
#define SCNu32   "u"
 
#define SCNu64   "I64u"
 
#define SCNuLEAST16   "hu"
 
#define SCNuLEAST32   "u"
 
#define SCNuLEAST64   "I64u"
 
#define SCNuFAST16   "hu"
 
#define SCNuFAST32   "u"
 
#define SCNuFAST64   "I64u"
 
#define SCNuMAX   "I64u"
 
#define PRIdPTR   "d"
 
#define PRIiPTR   "i"
 
#define PRIoPTR   "o"
 
#define PRIuPTR   "u"
 
#define PRIxPTR   "x"
 
#define PRIXPTR   "X"
 
#define SCNdPTR   "d"
 
#define SCNiPTR   "i"
 
#define SCNoPTR   "o"
 
#define SCNxPTR   "x"
 
#define SCNuPTR   "u"
 

Functions

intmax_t __cdecl imaxabs (intmax_t j)
 
imaxdiv_t __cdecl imaxdiv (intmax_t numer, intmax_t denom)
 
intmax_t __cdecl strtoimax (const char *__restrict__ nptr, char **__restrict__ endptr, int base)
 
uintmax_t __cdecl strtoumax (const char *__restrict__ nptr, char **__restrict__ endptr, int base)
 
intmax_t __cdecl wcstoimax (const wchar_t *__restrict__ nptr, wchar_t **__restrict__ endptr, int base)
 
uintmax_t __cdecl wcstoumax (const wchar_t *__restrict__ nptr, wchar_t **__restrict__ endptr, int base)
 

Macro Definition Documentation

◆ __need_wchar_t

#define __need_wchar_t

This file has no copyright assigned and is placed in the Public Domain. This file is part of the w64 mingw-runtime package. No warranty is given; refer to the file DISCLAIMER within this package.

Definition at line 13 of file inttypes.h.

◆ PRId16

#define PRId16   "d"

Definition at line 37 of file inttypes.h.

◆ PRId32

#define PRId32   "d"

Definition at line 38 of file inttypes.h.

◆ PRId64

#define PRId64   "I64d"

Definition at line 39 of file inttypes.h.

◆ PRId8

#define PRId8   "d"

Definition at line 36 of file inttypes.h.

◆ PRIdFAST16

#define PRIdFAST16   "d"

Definition at line 47 of file inttypes.h.

◆ PRIdFAST32

#define PRIdFAST32   "d"

Definition at line 48 of file inttypes.h.

◆ PRIdFAST64

#define PRIdFAST64   "I64d"

Definition at line 49 of file inttypes.h.

◆ PRIdFAST8

#define PRIdFAST8   "d"

Definition at line 46 of file inttypes.h.

◆ PRIdLEAST16

#define PRIdLEAST16   "d"

Definition at line 42 of file inttypes.h.

◆ PRIdLEAST32

#define PRIdLEAST32   "d"

Definition at line 43 of file inttypes.h.

◆ PRIdLEAST64

#define PRIdLEAST64   "I64d"

Definition at line 44 of file inttypes.h.

◆ PRIdLEAST8

#define PRIdLEAST8   "d"

Definition at line 41 of file inttypes.h.

◆ PRIdMAX

#define PRIdMAX   "I64d"

Definition at line 51 of file inttypes.h.

◆ PRIdPTR

#define PRIdPTR   "d"

Definition at line 232 of file inttypes.h.

◆ PRIi16

#define PRIi16   "i"

Definition at line 54 of file inttypes.h.

◆ PRIi32

#define PRIi32   "i"

Definition at line 55 of file inttypes.h.

◆ PRIi64

#define PRIi64   "I64i"

Definition at line 56 of file inttypes.h.

◆ PRIi8

#define PRIi8   "i"

Definition at line 53 of file inttypes.h.

◆ PRIiFAST16

#define PRIiFAST16   "i"

Definition at line 64 of file inttypes.h.

◆ PRIiFAST32

#define PRIiFAST32   "i"

Definition at line 65 of file inttypes.h.

◆ PRIiFAST64

#define PRIiFAST64   "I64i"

Definition at line 66 of file inttypes.h.

◆ PRIiFAST8

#define PRIiFAST8   "i"

Definition at line 63 of file inttypes.h.

◆ PRIiLEAST16

#define PRIiLEAST16   "i"

Definition at line 59 of file inttypes.h.

◆ PRIiLEAST32

#define PRIiLEAST32   "i"

Definition at line 60 of file inttypes.h.

◆ PRIiLEAST64

#define PRIiLEAST64   "I64i"

Definition at line 61 of file inttypes.h.

◆ PRIiLEAST8

#define PRIiLEAST8   "i"

Definition at line 58 of file inttypes.h.

◆ PRIiMAX

#define PRIiMAX   "I64i"

Definition at line 68 of file inttypes.h.

◆ PRIiPTR

#define PRIiPTR   "i"

Definition at line 233 of file inttypes.h.

◆ PRIo16

#define PRIo16   "o"

Definition at line 71 of file inttypes.h.

◆ PRIo32

#define PRIo32   "o"

Definition at line 72 of file inttypes.h.

◆ PRIo64

#define PRIo64   "I64o"

Definition at line 73 of file inttypes.h.

◆ PRIo8

#define PRIo8   "o"

Definition at line 70 of file inttypes.h.

◆ PRIoFAST16

#define PRIoFAST16   "o"

Definition at line 81 of file inttypes.h.

◆ PRIoFAST32

#define PRIoFAST32   "o"

Definition at line 82 of file inttypes.h.

◆ PRIoFAST64

#define PRIoFAST64   "I64o"

Definition at line 83 of file inttypes.h.

◆ PRIoFAST8

#define PRIoFAST8   "o"

Definition at line 80 of file inttypes.h.

◆ PRIoLEAST16

#define PRIoLEAST16   "o"

Definition at line 76 of file inttypes.h.

◆ PRIoLEAST32

#define PRIoLEAST32   "o"

Definition at line 77 of file inttypes.h.

◆ PRIoLEAST64

#define PRIoLEAST64   "I64o"

Definition at line 78 of file inttypes.h.

◆ PRIoLEAST8

#define PRIoLEAST8   "o"

Definition at line 75 of file inttypes.h.

◆ PRIoMAX

#define PRIoMAX   "I64o"

Definition at line 85 of file inttypes.h.

◆ PRIoPTR

#define PRIoPTR   "o"

Definition at line 234 of file inttypes.h.

◆ PRIu16

#define PRIu16   "u"

Definition at line 89 of file inttypes.h.

◆ PRIu32

#define PRIu32   "u"

Definition at line 90 of file inttypes.h.

◆ PRIu64

#define PRIu64   "I64u"

Definition at line 91 of file inttypes.h.

◆ PRIu8

#define PRIu8   "u"

Definition at line 88 of file inttypes.h.

◆ PRIuFAST16

#define PRIuFAST16   "u"

Definition at line 100 of file inttypes.h.

◆ PRIuFAST32

#define PRIuFAST32   "u"

Definition at line 101 of file inttypes.h.

◆ PRIuFAST64

#define PRIuFAST64   "I64u"

Definition at line 102 of file inttypes.h.

◆ PRIuFAST8

#define PRIuFAST8   "u"

Definition at line 99 of file inttypes.h.

◆ PRIuLEAST16

#define PRIuLEAST16   "u"

Definition at line 95 of file inttypes.h.

◆ PRIuLEAST32

#define PRIuLEAST32   "u"

Definition at line 96 of file inttypes.h.

◆ PRIuLEAST64

#define PRIuLEAST64   "I64u"

Definition at line 97 of file inttypes.h.

◆ PRIuLEAST8

#define PRIuLEAST8   "u"

Definition at line 94 of file inttypes.h.

◆ PRIuMAX

#define PRIuMAX   "I64u"

Definition at line 104 of file inttypes.h.

◆ PRIuPTR

#define PRIuPTR   "u"

Definition at line 235 of file inttypes.h.

◆ PRIx16

#define PRIx16   "x"

Definition at line 107 of file inttypes.h.

◆ PRIX16

#define PRIX16   "X"

Definition at line 124 of file inttypes.h.

◆ PRIx32

#define PRIx32   "x"

Definition at line 108 of file inttypes.h.

◆ PRIX32

#define PRIX32   "X"

Definition at line 125 of file inttypes.h.

◆ PRIx64

#define PRIx64   "I64x"

Definition at line 109 of file inttypes.h.

◆ PRIX64

#define PRIX64   "I64X"

Definition at line 126 of file inttypes.h.

◆ PRIx8

#define PRIx8   "x"

Definition at line 106 of file inttypes.h.

◆ PRIX8

#define PRIX8   "X"

Definition at line 123 of file inttypes.h.

◆ PRIxFAST16

#define PRIxFAST16   "x"

Definition at line 117 of file inttypes.h.

◆ PRIXFAST16

#define PRIXFAST16   "X"

Definition at line 134 of file inttypes.h.

◆ PRIxFAST32

#define PRIxFAST32   "x"

Definition at line 118 of file inttypes.h.

◆ PRIXFAST32

#define PRIXFAST32   "X"

Definition at line 135 of file inttypes.h.

◆ PRIxFAST64

#define PRIxFAST64   "I64x"

Definition at line 119 of file inttypes.h.

◆ PRIXFAST64

#define PRIXFAST64   "I64X"

Definition at line 136 of file inttypes.h.

◆ PRIxFAST8

#define PRIxFAST8   "x"

Definition at line 116 of file inttypes.h.

◆ PRIXFAST8

#define PRIXFAST8   "X"

Definition at line 133 of file inttypes.h.

◆ PRIxLEAST16

#define PRIxLEAST16   "x"

Definition at line 112 of file inttypes.h.

◆ PRIXLEAST16

#define PRIXLEAST16   "X"

Definition at line 129 of file inttypes.h.

◆ PRIxLEAST32

#define PRIxLEAST32   "x"

Definition at line 113 of file inttypes.h.

◆ PRIXLEAST32

#define PRIXLEAST32   "X"

Definition at line 130 of file inttypes.h.

◆ PRIxLEAST64

#define PRIxLEAST64   "I64x"

Definition at line 114 of file inttypes.h.

◆ PRIXLEAST64

#define PRIXLEAST64   "I64X"

Definition at line 131 of file inttypes.h.

◆ PRIxLEAST8

#define PRIxLEAST8   "x"

Definition at line 111 of file inttypes.h.

◆ PRIXLEAST8

#define PRIXLEAST8   "X"

Definition at line 128 of file inttypes.h.

◆ PRIxMAX

#define PRIxMAX   "I64x"

Definition at line 121 of file inttypes.h.

◆ PRIXMAX

#define PRIXMAX   "I64X"

Definition at line 138 of file inttypes.h.

◆ PRIxPTR

#define PRIxPTR   "x"

Definition at line 236 of file inttypes.h.

◆ PRIXPTR

#define PRIXPTR   "X"

Definition at line 237 of file inttypes.h.

◆ SCNd16

#define SCNd16   "hd"

Definition at line 147 of file inttypes.h.

◆ SCNd32

#define SCNd32   "d"

Definition at line 148 of file inttypes.h.

◆ SCNd64

#define SCNd64   "I64d"

Definition at line 149 of file inttypes.h.

◆ SCNdFAST16

#define SCNdFAST16   "hd"

Definition at line 155 of file inttypes.h.

◆ SCNdFAST32

#define SCNdFAST32   "d"

Definition at line 156 of file inttypes.h.

◆ SCNdFAST64

#define SCNdFAST64   "I64d"

Definition at line 157 of file inttypes.h.

◆ SCNdLEAST16

#define SCNdLEAST16   "hd"

Definition at line 151 of file inttypes.h.

◆ SCNdLEAST32

#define SCNdLEAST32   "d"

Definition at line 152 of file inttypes.h.

◆ SCNdLEAST64

#define SCNdLEAST64   "I64d"

Definition at line 153 of file inttypes.h.

◆ SCNdMAX

#define SCNdMAX   "I64d"

Definition at line 159 of file inttypes.h.

◆ SCNdPTR

#define SCNdPTR   "d"

Definition at line 238 of file inttypes.h.

◆ SCNi16

#define SCNi16   "hi"

Definition at line 161 of file inttypes.h.

◆ SCNi32

#define SCNi32   "i"

Definition at line 162 of file inttypes.h.

◆ SCNi64

#define SCNi64   "I64i"

Definition at line 163 of file inttypes.h.

◆ SCNiFAST16

#define SCNiFAST16   "hi"

Definition at line 169 of file inttypes.h.

◆ SCNiFAST32

#define SCNiFAST32   "i"

Definition at line 170 of file inttypes.h.

◆ SCNiFAST64

#define SCNiFAST64   "I64i"

Definition at line 171 of file inttypes.h.

◆ SCNiLEAST16

#define SCNiLEAST16   "hi"

Definition at line 165 of file inttypes.h.

◆ SCNiLEAST32

#define SCNiLEAST32   "i"

Definition at line 166 of file inttypes.h.

◆ SCNiLEAST64

#define SCNiLEAST64   "I64i"

Definition at line 167 of file inttypes.h.

◆ SCNiMAX

#define SCNiMAX   "I64i"

Definition at line 173 of file inttypes.h.

◆ SCNiPTR

#define SCNiPTR   "i"

Definition at line 239 of file inttypes.h.

◆ SCNo16

#define SCNo16   "ho"

Definition at line 175 of file inttypes.h.

◆ SCNo32

#define SCNo32   "o"

Definition at line 176 of file inttypes.h.

◆ SCNo64

#define SCNo64   "I64o"

Definition at line 177 of file inttypes.h.

◆ SCNoFAST16

#define SCNoFAST16   "ho"

Definition at line 183 of file inttypes.h.

◆ SCNoFAST32

#define SCNoFAST32   "o"

Definition at line 184 of file inttypes.h.

◆ SCNoFAST64

#define SCNoFAST64   "I64o"

Definition at line 185 of file inttypes.h.

◆ SCNoLEAST16

#define SCNoLEAST16   "ho"

Definition at line 179 of file inttypes.h.

◆ SCNoLEAST32

#define SCNoLEAST32   "o"

Definition at line 180 of file inttypes.h.

◆ SCNoLEAST64

#define SCNoLEAST64   "I64o"

Definition at line 181 of file inttypes.h.

◆ SCNoMAX

#define SCNoMAX   "I64o"

Definition at line 187 of file inttypes.h.

◆ SCNoPTR

#define SCNoPTR   "o"

Definition at line 240 of file inttypes.h.

◆ SCNu16

#define SCNu16   "hu"

Definition at line 205 of file inttypes.h.

◆ SCNu32

#define SCNu32   "u"

Definition at line 206 of file inttypes.h.

◆ SCNu64

#define SCNu64   "I64u"

Definition at line 207 of file inttypes.h.

◆ SCNuFAST16

#define SCNuFAST16   "hu"

Definition at line 213 of file inttypes.h.

◆ SCNuFAST32

#define SCNuFAST32   "u"

Definition at line 214 of file inttypes.h.

◆ SCNuFAST64

#define SCNuFAST64   "I64u"

Definition at line 215 of file inttypes.h.

◆ SCNuLEAST16

#define SCNuLEAST16   "hu"

Definition at line 209 of file inttypes.h.

◆ SCNuLEAST32

#define SCNuLEAST32   "u"

Definition at line 210 of file inttypes.h.

◆ SCNuLEAST64

#define SCNuLEAST64   "I64u"

Definition at line 211 of file inttypes.h.

◆ SCNuMAX

#define SCNuMAX   "I64u"

Definition at line 217 of file inttypes.h.

◆ SCNuPTR

#define SCNuPTR   "u"

Definition at line 242 of file inttypes.h.

◆ SCNx16

#define SCNx16   "hx"

Definition at line 189 of file inttypes.h.

◆ SCNx32

#define SCNx32   "x"

Definition at line 190 of file inttypes.h.

◆ SCNx64

#define SCNx64   "I64x"

Definition at line 191 of file inttypes.h.

◆ SCNxFAST16

#define SCNxFAST16   "hx"

Definition at line 197 of file inttypes.h.

◆ SCNxFAST32

#define SCNxFAST32   "x"

Definition at line 198 of file inttypes.h.

◆ SCNxFAST64

#define SCNxFAST64   "I64x"

Definition at line 199 of file inttypes.h.

◆ SCNxLEAST16

#define SCNxLEAST16   "hx"

Definition at line 193 of file inttypes.h.

◆ SCNxLEAST32

#define SCNxLEAST32   "x"

Definition at line 194 of file inttypes.h.

◆ SCNxLEAST64

#define SCNxLEAST64   "I64x"

Definition at line 195 of file inttypes.h.

◆ SCNxMAX

#define SCNxMAX   "I64x"

Definition at line 201 of file inttypes.h.

◆ SCNxPTR

#define SCNxPTR   "x"

Definition at line 241 of file inttypes.h.

Function Documentation

◆ imaxabs()

__CRT_INLINE intmax_t __cdecl imaxabs ( intmax_t  j)

Definition at line 277 of file inttypes.h.

278 {return (j >= 0 ? j : -j);}
GLsizei GLenum const GLvoid GLsizei GLenum GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLint GLint GLint GLshort GLshort GLshort GLubyte GLubyte GLubyte GLuint GLuint GLuint GLushort GLushort GLushort GLbyte GLbyte GLbyte GLbyte GLdouble GLdouble GLdouble GLdouble GLfloat GLfloat GLfloat GLfloat GLint GLint GLint GLint GLshort GLshort GLshort GLshort GLubyte GLubyte GLubyte GLubyte GLuint GLuint GLuint GLuint GLushort GLushort GLushort GLushort GLboolean const GLdouble const GLfloat const GLint const GLshort const GLbyte const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLdouble const GLfloat const GLfloat const GLint const GLint const GLshort const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort const GLdouble const GLfloat const GLint const GLshort GLenum GLenum GLenum GLfloat GLenum GLint GLenum GLenum GLenum GLfloat GLenum GLenum GLint GLenum GLfloat GLenum GLint GLint GLushort GLenum GLenum GLfloat GLenum GLenum GLint GLfloat const GLubyte GLenum GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLint GLint GLsizei GLsizei GLint GLenum GLenum const GLvoid GLenum GLenum const GLfloat GLenum GLenum const GLint GLenum GLenum const GLdouble GLenum GLenum const GLfloat GLenum GLenum const GLint GLsizei GLuint GLfloat GLuint GLbitfield GLfloat GLint GLuint GLboolean GLenum GLfloat GLenum GLbitfield GLenum GLfloat GLfloat GLint GLint const GLfloat GLenum GLfloat GLfloat GLint GLint GLfloat GLfloat GLint GLint const GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat GLint GLfloat GLfloat const GLdouble const GLfloat const GLdouble const GLfloat GLint GLint GLint j
Definition: glfuncs.h:250

◆ imaxdiv()

imaxdiv_t __cdecl imaxdiv ( intmax_t  numer,
intmax_t  denom 
)

◆ strtoimax()

intmax_t __cdecl strtoimax ( const char *__restrict__  nptr,
char **__restrict__  endptr,
int  base 
)

◆ strtoumax()

uintmax_t __cdecl strtoumax ( const char *__restrict__  nptr,
char **__restrict__  endptr,
int  base 
)

◆ wcstoimax()

intmax_t __cdecl wcstoimax ( const wchar_t *__restrict__  nptr,
wchar_t **__restrict__  endptr,
int  base 
)

◆ wcstoumax()

uintmax_t __cdecl wcstoumax ( const wchar_t *__restrict__  nptr,
wchar_t **__restrict__  endptr,
int  base 
)