mirror of
https://github.com/reactos/reactos.git
synced 2025-08-06 09:02:57 +00:00
[CRT][NTDLL][MSVCRT] Add _swprintf implementation
This commit is contained in:
parent
521eb0c7c0
commit
f4a9f9cde3
4 changed files with 16 additions and 2 deletions
13
sdk/lib/crt/printf/_swprintf.c
Normal file
13
sdk/lib/crt/printf/_swprintf.c
Normal file
|
@ -0,0 +1,13 @@
|
|||
/*
|
||||
* COPYRIGHT: GNU GPL, see COPYING in the top level directory
|
||||
* PROJECT: ReactOS crt library
|
||||
* FILE: lib/sdk/crt/printf/_swprintf.c
|
||||
* PURPOSE: Implementation of _swprintf
|
||||
* PROGRAMMER: Timo Kreuzer
|
||||
*/
|
||||
|
||||
#define _sxprintf _swprintf
|
||||
#define USE_COUNT 0
|
||||
#define _UNICODE
|
||||
|
||||
#include "_sxprintf.c"
|
Loading…
Add table
Add a link
Reference in a new issue