16#ifndef _STLP_INTERNAL_CSTDIO
17#define _STLP_INTERNAL_CSTDIO
20# if defined (_STLP_HAS_INCLUDE_NEXT)
21# include_next <stdarg.h>
23# include _STLP_NATIVE_C_HEADER(stdarg.h)
27#if defined (_STLP_USE_NEW_C_HEADERS)
28# if defined (_STLP_HAS_INCLUDE_NEXT)
29# include_next <cstdio>
31# include _STLP_NATIVE_CPP_C_HEADER(cstdio)
37#if defined (__MWERKS__)
41# define stdin (&_STLP_VENDOR_CSTD::__files[0])
42# define stdout (&_STLP_VENDOR_CSTD::__files[1])
43# define stderr (&_STLP_VENDOR_CSTD::__files[2])
46#if defined (_STLP_MSVC_LIB) && (_STLP_MSVC_LIB < 1400) || defined (_STLP_USING_PLATFORM_SDK_COMPILER)
48{
return _STLP_VENDOR_CSTD::_vsnprintf(
s1,
n,
s2,
v); }
51#if defined (_STLP_IMPORT_VENDOR_CSTD )
53using _STLP_VENDOR_CSTD::FILE;
54using _STLP_VENDOR_CSTD::fpos_t;
55using _STLP_VENDOR_CSTD::size_t;
65# if !defined (_STLP_NO_CSTD_FUNCTION_IMPORTS)
66using _STLP_VENDOR_CSTD::clearerr;
67using _STLP_VENDOR_CSTD::fclose;
68using _STLP_VENDOR_CSTD::feof;
69using _STLP_VENDOR_CSTD::ferror;
70using _STLP_VENDOR_CSTD::fflush;
71using _STLP_VENDOR_CSTD::fgetc;
72using _STLP_VENDOR_CSTD::fgetpos;
73using _STLP_VENDOR_CSTD::fgets;
74using _STLP_VENDOR_CSTD::fopen;
75using _STLP_VENDOR_CSTD::fprintf;
76using _STLP_VENDOR_CSTD::fputc;
77using _STLP_VENDOR_CSTD::fputs;
78using _STLP_VENDOR_CSTD::fread;
79# if !defined (_WIN32_WCE) || (_WIN32_WCE < 400)
80using _STLP_VENDOR_CSTD::freopen;
82using _STLP_VENDOR_CSTD::fscanf;
83using _STLP_VENDOR_CSTD::fseek;
84using _STLP_VENDOR_CSTD::fsetpos;
85using _STLP_VENDOR_CSTD::ftell;
86using _STLP_VENDOR_CSTD::fwrite;
88# if !(defined (__IBMCPP__) && (__IBMCPP__ >= 500))
89# if !defined (_WIN32_WCE) || (_WIN32_WCE < 400)
90 using _STLP_VENDOR_CSTD::getc;
91 using _STLP_VENDOR_CSTD::putc;
93 using _STLP_VENDOR_CSTD::getchar;
94 using _STLP_VENDOR_CSTD::putchar;
97using _STLP_VENDOR_CSTD::gets;
98# if !defined (_WIN32_WCE) || (_WIN32_WCE < 400)
99using _STLP_VENDOR_CSTD::perror;
101using _STLP_VENDOR_CSTD::printf;
102using _STLP_VENDOR_CSTD::puts;
103# if !defined (_WIN32_WCE) || (_WIN32_WCE < 400)
104using _STLP_VENDOR_CSTD::remove;
105using _STLP_VENDOR_CSTD::rename;
106using _STLP_VENDOR_CSTD::rewind;
107using _STLP_VENDOR_CSTD::setbuf;
108using _STLP_VENDOR_CSTD::tmpfile;
109using _STLP_VENDOR_CSTD::tmpnam;
111using _STLP_VENDOR_CSTD::scanf;
112using _STLP_VENDOR_CSTD::setvbuf;
113using _STLP_VENDOR_CSTD::sprintf;
114using _STLP_VENDOR_CSTD::sscanf;
115using _STLP_VENDOR_CSTD::ungetc;
116using _STLP_VENDOR_CSTD::vfprintf;
117using _STLP_VENDOR_CSTD::vprintf;
118using _STLP_VENDOR_CSTD::vsprintf;
119# if (defined (__MWERKS__) || (defined (_STLP_MSVC_LIB) && (_STLP_MSVC_LIB < 1400)) || \
120 (defined (__BORLANDC__)))
121using _STLP_VENDOR_CSTD::vsnprintf;
#define _STLP_BEGIN_NAMESPACE
#define _STLP_END_NAMESPACE