diff options
Diffstat (limited to 'src/wchar/vfwscanf_s.c')
-rw-r--r-- | src/wchar/vfwscanf_s.c | 12 |
1 files changed, 12 insertions, 0 deletions
diff --git a/src/wchar/vfwscanf_s.c b/src/wchar/vfwscanf_s.c new file mode 100644 index 00000000..163741a1 --- /dev/null +++ b/src/wchar/vfwscanf_s.c @@ -0,0 +1,12 @@ +#include "stdio.h" +#include "wchar.h" + +int vfwscanf_s(FILE * restrict stream, const wchar_t * restrict format, va_list arg) +{ + __C_EXT(1, 201112L); + // also maybe this one +} + +/* +CEXT1(201112) +*/ |