|
ReactOS 0.4.16-dev-2110-ge3521eb
|
#include <stdarg.h>#include <limits.h>#include <wine/winternl.h>#include <wine/debug.h>#include "winesup.h"#include "scanf.h"
Go to the source code of this file.
Macros | |
| #define | WIDE_SCANF 1 |
| #define | STRING 1 |
| #define | WIDE_SCANF 1 |
| #define | STRING 1 |
| #define | STRING 1 |
| #define | STRING_LEN 1 |
| #define | WIDE_SCANF 1 |
| #define | STRING 1 |
| #define | STRING_LEN 1 |
| #define | CONSOLE 1 |
Functions | |
| WINE_DEFAULT_DEBUG_CHANNEL (msvcrt) | |
| static int | char2digit (char c, int base) |
| static int | wchar2digit (wchar_t c, int base) |
| int CDECL | fscanf (FILE *file, const char *format,...) |
| int CDECL | scanf (const char *format,...) |
| int CDECL | fwscanf (FILE *file, const wchar_t *format,...) |
| int CDECL | wscanf (const wchar_t *format,...) |
| int CDECL | sscanf (const char *str, const char *format,...) |
| int CDECL | swscanf (const wchar_t *str, const wchar_t *format,...) |
| int CDECL | _cscanf (const char *format,...) |
| int WINAPIV | _snwscanf (const wchar_t *input, size_t length, const wchar_t *format,...) |
| int CDECL | _snscanf (const char *input, size_t length, const char *format,...) |
Definition at line 192 of file scanf.c.
Referenced by ConCfgReadUserSettings(), ConvertNtPathToWin32Path(), EnumJoysticks(), CKsProxy::FindPin(), GetDelayMilliseconds(), GROUP_AddGroup(), LoadSettings(), MAIN_CreateMainWindow(), ParseCmdline(), ParseNumber(), ReadPortSettings(), SetupCopyOEMInfW(), Test_ifuncs(), test_wstrdate(), and test_wstrtime().
| WINE_DEFAULT_DEBUG_CHANNEL | ( | msvcrt | ) |