ReactOS Fundraising Campaign 2012
 
€ 4,410 / € 30,000

Information | Donate

Home | Info | Community | Development | myReactOS | Contact Us

  1. Home
  2. Community
  3. Development
  4. myReactOS
  5. Fundraiser 2012

  1. Main Page
  2. Alphabetical List
  3. Data Structures
  4. Directories
  5. File List
  6. Data Fields
  7. Globals
  8. Related Pages

ReactOS Development > Doxygen

conio_s.h
Go to the documentation of this file.
00001 
00007 #ifndef _INC_CONIO_S
00008 #define _INC_CONIO_S
00009 
00010 #include <conio.h>
00011 
00012 #if defined(MINGW_HAS_SECURE_API)
00013 
00014 #ifdef __cplusplus
00015 extern "C" {
00016 #endif
00017 
00018   _CRTIMP errno_t __cdecl _cgets_s(char *_Buffer,size_t _Size,size_t *_SizeRead);
00019   _CRTIMP int __cdecl _cprintf_s(const char *_Format,...);
00020   _CRTIMP int __cdecl _cscanf_s(const char *_Format,...);
00021   _CRTIMP int __cdecl _cscanf_s_l(const char *_Format,_locale_t _Locale,...);
00022   _CRTIMP int __cdecl _vcprintf_s(const char *_Format,va_list _ArgList);
00023   _CRTIMP int __cdecl _cprintf_s_l(const char *_Format,_locale_t _Locale,...);
00024   _CRTIMP int __cdecl _vcprintf_s_l(const char *_Format,_locale_t _Locale,va_list _ArgList);
00025 
00026 #ifndef _WCONIO_DEFINED_S
00027 #define _WCONIO_DEFINED_S
00028   _CRTIMP errno_t __cdecl _cgetws_s(wchar_t *_Buffer,size_t _SizeInWords,size_t *_SizeRead);
00029   _CRTIMP int __cdecl _cwprintf_s(const wchar_t *_Format,...);
00030   _CRTIMP int __cdecl _cwscanf_s(const wchar_t *_Format,...);
00031   _CRTIMP int __cdecl _cwscanf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
00032   _CRTIMP int __cdecl _vcwprintf_s(const wchar_t *_Format,va_list _ArgList);
00033   _CRTIMP int __cdecl _cwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,...);
00034   _CRTIMP int __cdecl _vcwprintf_s_l(const wchar_t *_Format,_locale_t _Locale,va_list _ArgList);
00035 #endif
00036 
00037 #ifdef __cplusplus
00038 }
00039 #endif
00040 
00041 #endif
00042 #endif

Generated on Sat May 26 2012 04:28:28 for ReactOS by doxygen 1.7.6.1

ReactOS is a registered trademark or a trademark of ReactOS Foundation in the United States and other countries.