diff options
Diffstat (limited to 'src/wchar/wscanf_s.c')
-rw-r--r-- | src/wchar/wscanf_s.c | 5 |
1 files changed, 5 insertions, 0 deletions
diff --git a/src/wchar/wscanf_s.c b/src/wchar/wscanf_s.c index 8850d06f..6dfafc90 100644 --- a/src/wchar/wscanf_s.c +++ b/src/wchar/wscanf_s.c @@ -1,3 +1,5 @@ +#if 0 + #include <wchar.h> int wscanf_s(const wchar_t * restrict format, ...) @@ -13,3 +15,6 @@ int wscanf_s(const wchar_t * restrict format, ...) /* CEXT1(201112) */ + + +#endif |