summaryrefslogtreecommitdiff
path: root/src/wchar/vsnwprintf_s.c
diff options
context:
space:
mode:
Diffstat (limited to 'src/wchar/vsnwprintf_s.c')
-rw-r--r--src/wchar/vsnwprintf_s.c9
1 files changed, 9 insertions, 0 deletions
diff --git a/src/wchar/vsnwprintf_s.c b/src/wchar/vsnwprintf_s.c
new file mode 100644
index 00000000..103cd1ee
--- /dev/null
+++ b/src/wchar/vsnwprintf_s.c
@@ -0,0 +1,9 @@
+int vsnwprintf_s(whcar_t * restrict s, rsize_t n, const wchar_t * restrict format, va_list arg)
+{
+ __C_EXT(1, 201112L);
+ // the actual function
+}
+
+/*
+CEXT1(201112)
+*/