Contains global functions for string manipulation, encapsulated into the icl_core::os namespace. More...
#include <stdio.h>#include <stdarg.h>#include "icl_core/ImportExport.h"#include "icl_core/os_ns.h"

Go to the source code of this file.
| Namespaces | |
| namespace | icl_core | 
| namespace | icl_core::os | 
| Namespace for operating system specific implementations. | |
| Functions | |
| int | icl_core::os::snprintf (char *buffer, size_t maxlen, const char *format,...) | 
| char * | icl_core::os::stpcpy (char *dst, const char *src) | 
| char * | icl_core::os::strdup (const char *s) | 
| int | icl_core::os::vsnprintf (char *buffer, size_t maxlen, const char *format, va_list argptr) | 
Contains global functions for string manipulation, encapsulated into the icl_core::os namespace.
Definition in file os_string.h.