Commit 67b5a868 authored by Piotr Caban's avatar Piotr Caban Committed by Alexandre Julliard

msvcrt: Added _swprintf and vsnprintf functions.

parent 2a3484a2
......@@ -1170,7 +1170,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@ stub _swprintf
@ varargs _swprintf(ptr wstr) msvcrt._swprintf
@ stub _swprintf_c
@ stub _swprintf_c_l
@ stub _swprintf_p
......
......@@ -1024,7 +1024,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@ stub _swprintf
@ varargs _swprintf(ptr wstr) msvcrt._swprintf
@ stub _swprintf_c
@ stub _swprintf_p
@ varargs _swprintf_p_l(ptr long wstr ptr) msvcrt._swprintf_p_l
......
......@@ -1010,7 +1010,7 @@
@ stub _strupr_s_l
@ stub _strxfrm_l
@ cdecl _swab(str str long) msvcrt._swab
@ stub _swprintf
@ varargs _swprintf(ptr wstr) msvcrt._swprintf
@ stub _swprintf_c
@ stub _swprintf_c_l
@ stub _swprintf_p
......
......@@ -960,7 +960,7 @@
# stub _strupr_s_l(str long ptr)
# stub _strxfrm_l(ptr str long ptr)
@ cdecl _swab(str str long) MSVCRT__swab
# stub _swprintf(ptr str)
@ varargs _swprintf(ptr wstr) MSVCRT_swprintf
# stub _swprintf_c(ptr long str)
# stub _swprintf_c_l(ptr long str ptr)
@ varargs _swprintf_p_l(ptr long wstr ptr) MSVCRT_swprintf_p_l
......@@ -1438,7 +1438,7 @@
@ cdecl vfwprintf_s(ptr wstr ptr) MSVCRT_vfwprintf_s
@ cdecl vprintf(str ptr) MSVCRT_vprintf
@ cdecl vprintf_s(str ptr) MSVCRT_vprintf_s
# stub vsnprintf(ptr long str ptr)
@ cdecl vsnprintf(ptr long str ptr) MSVCRT_vsnprintf
@ cdecl vsprintf(ptr str ptr) MSVCRT_vsprintf
@ cdecl vsprintf_s(ptr long str ptr) MSVCRT_vsprintf_s
@ cdecl vswprintf(ptr wstr ptr) MSVCRT_vswprintf
......
Markdown is supported
0% or
You are about to add 0 people to the discussion. Proceed with caution.
Finish editing this message first!
Please register or to comment