Posix 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_posix |
Internal implementation details for POSIX systems. | |
Functions | |
char * | icl_core::os::hidden_posix::stpcpy (char *dst, const char *src) |
char * | icl_core::os::hidden_posix::strdup (const char *s) |
int | icl_core::os::hidden_posix::vsnprintf (char *buffer, size_t maxlen, const char *format, va_list argptr) |
Posix implementation of the global functions for string manipulation,.
Definition in file os_posix_string.h.