ReactOS 0.4.15-dev-7953-g1f49173
_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: accygwin.h:79
char * va_list
Definition: acmsvcex.h:78
#define va_end(ap)
Definition: acmsvcex.h:90
#define va_start(ap, A)
Definition: acmsvcex.h:91
GLint GLint GLsizei GLsizei GLsizei GLint GLenum format
Definition: gl.h:1546
GLenum GLsizei len
Definition: glext.h:6722
_Check_return_ _CRTIMP int __cdecl _vscwprintf(_In_z_ _Printf_format_string_ const wchar_t *_Format, va_list _ArgList)
#define args
Definition: format.c:66
Definition: match.c:390