mirror of
https://github.com/reactos/reactos.git
synced 2025-08-05 16:23:01 +00:00
* Sync up to trunk head (r60691).
svn path=/branches/ntvdm/; revision=60692
This commit is contained in:
commit
25445ea35f
5851 changed files with 218087 additions and 724119 deletions
|
@ -12,10 +12,10 @@
|
|||
#include <stdarg.h>
|
||||
#include <internal/safecrt.h>
|
||||
|
||||
int _cdecl streamout(FILE *stream, const char *format, va_list argptr);
|
||||
int __cdecl streamout(FILE *stream, const char *format, va_list argptr);
|
||||
|
||||
int
|
||||
_cdecl
|
||||
__cdecl
|
||||
vfprintf_s(FILE* file, const char *format, va_list argptr)
|
||||
{
|
||||
int result;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue