mirror of
https://github.com/reactos/reactos.git
synced 2025-06-17 19:55:20 +00:00

* Create a branch for some evul shell experiments. svn path=/branches/shell-experiments/; revision=61927
13 lines
334 B
C
13 lines
334 B
C
/*
|
|
* 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"
|