#include "ace/OS_NS_stdlib.h"#include "ace/Default_Constants.h"#include "ace/OS_Memory.h"#include "ace/OS_NS_unistd.h"Include dependency graph for OS_NS_stdlib.cpp:

This graph shows which files directly or indirectly include this file:

Go to the source code of this file.
Non-standard functions | |
| These functions aren't in the standard. | |
| void * | ACE_OS::calloc (size_t elements, size_t sizeof_elements) |
| void | ACE_OS::exit (int status) |
| void | ACE_OS::free (void *ptr) |
| ACE_TCHAR * | ACE_OS::getenvstrings (void) |
| ACE_TCHAR * | ACE_OS::strenvdup (const ACE_TCHAR *str) |
| char * | ACE_OS::itoa_emulation (int value, char *string, int radix) |
| Emulated itoa - Converts an integer to a string. | |
| void * | ACE_OS::malloc (size_t nbytes) |
| void * | ACE_OS::realloc (void *ptr, size_t nbytes) |
| const char * | ACE_OS::getprogname_emulation () |
| void | ACE_OS::setprogname_emulation (const char *progname) |
Variables | |
| static const char * | __progname = "" |
const char* __progname = "" [static] |
Definition at line 778 of file OS_NS_stdlib.cpp.
1.4.7