ReactOS 0.4.15-dev-7953-g1f49173
_snwprintf_s.c
Go to the documentation of this file.
1/*
2 * COPYRIGHT: GNU GPL, see COPYING in the top level directory
3 * PROJECT: ReactOS crt library
4 * FILE: lib/sdk/crt/printf/_snwprintf_s.c
5 * PURPOSE: Implementation of _snwprintf_s
6 * PROGRAMMER: Timo Kreuzer
7 */
8
9#define _sxprintf _snwprintf_s
10#define USE_COUNT 1
11#define _UNICODE
12#define IS_SECAPI 1
13
14#include "_sxprintf.c"