Twilight Princess
Decompilation of The Legend of Zelda: Twilight Princess
Loading...
Searching...
No Matches
scanf.h
Go to the documentation of this file.
1#ifndef _MSL_COMMON_SCANF_H
2#define _MSL_COMMON_SCANF_H
3
4#include "ansi_files.h"
5
6#ifdef __cplusplus
7extern "C" {
8#endif
9
11
13
14typedef struct {
15 char* CharStr;
19
20typedef struct {
21 char* NextChar;
24
25typedef struct {
26 wchar_t* wCharStr;
30
31typedef struct {
32 wchar_t* wNextChar;
35
36int __StringRead(void* str, int ch, int behavior);
37
38#ifdef __cplusplus
39}
40#endif
41
42#endif /* _MSL_COMMON_SCANF_H */
T cLib_calcTimer(T *value)
Definition c_lib.h:74
__WReadProcActions
Definition scanf.h:12
@ __TestForwcsError
Definition scanf.h:12
@ __GetAwChar
Definition scanf.h:12
@ __UngetAwChar
Definition scanf.h:12
__ReadProcActions
Definition scanf.h:10
@ __GetAChar
Definition scanf.h:10
@ __UngetAChar
Definition scanf.h:10
@ __TestForError
Definition scanf.h:10
int __StringRead(void *str, int ch, int behavior)
Definition scanf.c:4
Definition scanf.h:20
int NullCharDetected
Definition scanf.h:22
char * NextChar
Definition scanf.h:21
Definition scanf.h:14
size_t CharsWritten
Definition scanf.h:17
char * CharStr
Definition scanf.h:15
size_t MaxCharCount
Definition scanf.h:16
Definition scanf.h:31
wchar_t * wNextChar
Definition scanf.h:32
int wNullCharDetected
Definition scanf.h:33
Definition scanf.h:25
wchar_t * wCharStr
Definition scanf.h:26
size_t MaxCharCount
Definition scanf.h:27
size_t CharsWritten
Definition scanf.h:28