18 if (
value < 0 && radix == 10) {
35 *--
pos =
'a' + digit - 10;
69 if (
value < 0 && radix == 10)
91 *--
pos =
'a' + digit - 10;
140 digit =
value % radix;
143 *--
pos =
'0' + digit;
145 *--
pos =
'a' + digit - 10;
157 size_t size,
int radix)
180 *--
pos =
'a'+digit-10;
223 if (
value < 0 && radix == 10) {
238 *--
pos =
'0' + digit;
240 *--
pos =
'a' + digit - 10;
275 if (
value < 0 && radix == 10)
295 *--
pos =
'0' + digit;
297 *--
pos =
'a' + digit - 10;
346 digit =
value % radix;
349 *--
pos =
'0' + digit;
351 *--
pos =
'a' + digit - 10;
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 i
char *CDECL _itoa(int value, char *string, int radix)
char *CDECL _ltoa(long value, char *string, int radix)
char *CDECL _ui64toa(unsigned __int64 value, char *string, int radix)
char *CDECL _i64toa(__int64 value, char *string, int radix)
int CDECL _ui64toa_s(unsigned __int64 value, char *str, size_t size, int radix)
char *CDECL _ultoa(unsigned long value, char *string, int radix)
int CDECL _itoa_s(int value, char *str, size_t size, int radix)
int CDECL _ltoa_s(long value, char *str, size_t size, int radix)
int CDECL _i64toa_s(__int64 value, char *str, size_t size, int radix)
#define memcpy(s1, s2, n)
#define MSVCRT_INVALID_PMT(x)
#define MSVCRT_CHECK_PMT(x)
_CRTIMP int *__cdecl _errno(void)