#include <assert.h>
#include <limits.h>
#include <stdio.h>
#include "wine/unicode.h"
Go to the source code of this file.
Defines |
| #define | WINE_UNICODE_INLINE /* nothing */ |
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 int | 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,...) |