ReactOS 0.4.16-dev-2110-ge3521eb
_scwprintf.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/_scwprintf.c
5 * PURPOSE: Implementation of _scwprintf
6 */
7
8#include <stdio.h>
9#include <stdarg.h>
10
11int
14 const wchar_t *format,
15 ...)
16{
17 int len;
19
22 va_end(args);
23
24 return len;
25}
int __cdecl _scwprintf(const wchar_t *format,...)
Definition: _scwprintf.c:13
#define __cdecl
Definition: corecrt.h:121
_ACRTIMP int __cdecl _vscwprintf(const wchar_t *, va_list)
Definition: wcs.c:1782
#define va_end(v)
Definition: stdarg.h:28
#define va_start(v, l)
Definition: stdarg.h:26
char * va_list
Definition: vadefs.h:50
GLenum GLsizei len
Definition: glext.h:6722
#define args
Definition: format.c:66
Definition: match.c:390
Definition: format.c:58