ReactOS 0.4.16-dev-106-g10b08aa
|
#include <assert.h>
#include <errno.h>
#include <limits.h>
#include <stdio.h>
#include "wine/unicode.h"
Go to the source code of this file.
Functions | |
int | strcmpiW (const WCHAR *str1, const WCHAR *str2) |
int | strncmpiW (const WCHAR *str1, const WCHAR *str2, int n) |
int | memicmpW (const WCHAR *str1, const WCHAR *str2, int n) |
WCHAR * | strstrW (const WCHAR *str, const WCHAR *sub) |
long int | strtolW (const WCHAR *nptr, WCHAR **endptr, int base) |
unsigned long int | strtoulW (const WCHAR *nptr, WCHAR **endptr, int base) |
static size_t | format_string (WCHAR *buffer, size_t len, const char *format, const WCHAR *str, int str_len) |
int | vsnprintfW (WCHAR *str, size_t len, const WCHAR *format, va_list valist) |
int | vsprintfW (WCHAR *str, const WCHAR *format, va_list valist) |
int | snprintfW (WCHAR *str, size_t len, const WCHAR *format,...) |
int | sprintfW (WCHAR *str, const WCHAR *format,...) |
|
static |
Definition at line 309 of file string.c.
Referenced by vsnprintfW().
Definition at line 74 of file string.c.
Definition at line 195 of file string.c.
Definition at line 363 of file string.c.