#include "ace/OS_NS_stdio.h"
#include "ace/OS_NS_Thread.h"
Include dependency graph for OS_NS_stdio.cpp:
This graph shows which files directly or indirectly include this file:
Functions | |
ACE_END_VERSIONED_NAMESPACE_DECL BOOL WINAPI | DllMain (HINSTANCE instance, DWORD reason, LPVOID) |
FILE * | ACE_OS::fopen (const char *filename, const ACE_TCHAR *mode) |
FILE * | ACE_OS::fopen (const wchar_t *filename, const ACE_TCHAR *mode) |
int | ACE_OS::fprintf (FILE *fp, const char *format,...) |
int | ACE_OS::fprintf (FILE *fp, const wchar_t *format,...) |
int | ACE_OS::printf (const char *format,...) |
int | ACE_OS::snprintf (char *buf, size_t maxlen, const char *format,...) |
int | ACE_OS::snprintf (wchar_t *buf, size_t maxlen, const wchar_t *format,...) |
int | ACE_OS::sprintf (char *buf, const char *format,...) |
int | ACE_OS::sprintf (wchar_t *buf, const wchar_t *format,...) |
ACE_END_VERSIONED_NAMESPACE_DECL BOOL WINAPI DllMain | ( | HINSTANCE | instance, | |
DWORD | reason, | |||
LPVOID | ||||
) |