Win32 implementation of the global functions for string manipulation,. More...
#include "icl_core/ImportExport.h"
Go to the source code of this file.
Namespaces | |
namespace | icl_core |
namespace | icl_core::os |
Namespace for operating system specific implementations. | |
namespace | icl_core::os::hidden_win32 |
Internal implementation details for Win32 systems. | |
Functions | |
char * | icl_core::os::hidden_win32::stpcpy (char *dst, const char *src) |
char * | icl_core::os::hidden_win32::strdup (const char *s) |
int | icl_core::os::hidden_win32::vsnprintf (char *buffer, size_t maxlen, const char *format, va_list argptr) |
Win32 implementation of the global functions for string manipulation,.
Definition in file os_win32_string.h.