25 if (
value < 0 && radix == 10) {
42 *--
pos =
'a' + digit - 10;
81 if (
value < 0 && radix == 10)
101 *--
pos =
'0' + digit;
103 *--
pos =
'a' + digit - 10;
155 *--
pos =
'0' + digit;
157 *--
pos =
'a' + digit - 10;
161 if (
string !=
NULL) {
173 size_t size,
int radix )
190 digit =
value % radix;
193 *--
pos =
'0' + digit;
195 *--
pos =
'a' + digit - 10;
196 }
while (
value != 0);
240 if (
value < 0 && radix == 10) {
255 *--
pos =
'0' + digit;
257 *--
pos =
'a' + digit - 10;
265 if (
string !=
NULL) {
296 if (
value < 0 && radix == 10)
316 *--
pos =
'0' + digit;
318 *--
pos =
'a' + digit - 10;
370 *--
pos =
'0' + digit;
372 *--
pos =
'a' + digit - 10;
376 if (
string !=
NULL) {
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
wchar_t *CDECL _i64tow(__int64 value, wchar_t *string, int radix)
int CDECL _ui64tow_s(unsigned __int64 value, wchar_t *str, size_t size, int radix)
wchar_t *CDECL _ultow(unsigned long value, wchar_t *string, int radix)
wchar_t *CDECL _ui64tow(unsigned __int64 value, wchar_t *string, int radix)
wchar_t *CDECL _ltow(long value, wchar_t *string, int radix)
int CDECL _i64tow_s(__int64 value, wchar_t *str, size_t size, int radix)
wchar_t *CDECL _itow(int value, wchar_t *string, int radix)
int CDECL _ltow_s(long value, wchar_t *str, size_t size, int radix)
int CDECL _itow_s(int value, wchar_t *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)