37#include "wine/unicode.h"
46#pragma function(_wcsset)
80 while ((
n-- > 0) && *
str) *
str++ =
c;
145 const wchar_t*
str = lpszStr;
179 if (*
str ==
'E' || *
str ==
'e' || *
str ==
'D' || *
str ==
'd')
181 int negativeExponent = 0;
185 negativeExponent = 1;
190 exponent = exponent * 10 + (*
str -
'0');
195 if (negativeExponent)
279 if((*wcstr)[
i] > 255) {
284 mbstr[
i] = (*wcstr)[
i];
285 if(!(*wcstr)[
i])
break;
292 *wcstr, -1,
NULL, 0,
NULL, &used_default);
293 if(!tmp || used_default) {
305 *wcstr, 1,
buf, 3,
NULL, &used_default);
306 if(!
size || used_default) {
314 mbstr[tmp++] =
buf[
i];
349 if(!wcDest || !numElement)
361 if(
size > numElement)
379 if (!wcDest || !numElement)
391 if (
size >= numElement)
421 if ((*
ptr++ = *
src++) ==
'\0')
return 0;
451 for (dststart = 0; dststart <
elem; dststart++)
453 if (
dst[dststart] ==
'\0')
456 if (dststart ==
elem)
#define WideCharToMultiByte
double pow(double x, double y)
GLuint GLuint GLsizei count
GLenum GLuint GLenum GLsizei const GLchar * buf
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
#define WC_NO_BEST_FIT_CHARS
#define memcpy(s1, s2, n)
#define wcscpy_s(d, l, s)
#define wcsncpy_s(d, l, s, n)
#define MSVCRT_INVALID_PMT(x)
#define MSVCRT_CHECK_PMT(x)
struct MSVCRT_localeinfo_struct * MSVCRT__locale_t
static const unsigned char *static size_t const wchar_t * wcSrc
static DWORD LPDWORD LPCSTR DWORD srclen
_CRTIMP int *__cdecl _errno(void)
errno_t __cdecl _set_errno(_In_ int _Value)
SOCKET WSAAPI accept(IN SOCKET s, OUT LPSOCKADDR addr, OUT INT FAR *addrlen)
wchar_t *CDECL _wcsset(wchar_t *str, wchar_t c)
static size_t CDECL wcsrtombs_l(char *mbstr, const wchar_t **wcstr, size_t count, _locale_t locale)
wchar_t *CDECL _wcsrev(wchar_t *str)
INT CDECL _wcsicoll(const wchar_t *str1, const wchar_t *str2)
int CDECL wcscoll(const wchar_t *str1, const wchar_t *str2)
wchar_t *CDECL _wcsnset(wchar_t *str, wchar_t c, size_t n)
INT CDECL wcsncat_s(wchar_t *dst, size_t elem, const wchar_t *src, size_t count)
wchar_t *CDECL wcspbrk(const wchar_t *str, const wchar_t *accept)
double CDECL wcstod(const wchar_t *lpszStr, wchar_t **end)
size_t CDECL wcstombs(char *mbstr, const wchar_t *wcstr, size_t count)
size_t CDECL _wcstombs_l(char *mbstr, const wchar_t *wcstr, size_t count, _locale_t locale)
INT CDECL _wcsupr_s(wchar_t *str, size_t n)
wchar_t *CDECL _wcsdup(const wchar_t *str)
INT CDECL wcscat_s(wchar_t *dst, size_t elem, const wchar_t *src)