1 /* 2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory 3 * PROJECT: ReactOS crt library 4 * FILE: lib/sdk/crt/printf/_swprintf.c 5 * PURPOSE: Implementation of _swprintf 6 * PROGRAMMER: Timo Kreuzer 7 */ 8 9 #define _sxprintf _swprintf 10 #define USE_COUNT 0 11 #define _UNICODE 12 13 #include "_sxprintf.c" 14