25 #ifndef ICL_CORE_OS_STRING_H_INCLUDED 26 #define ICL_CORE_OS_STRING_H_INCLUDED 34 #if defined _SYSTEM_POSIX_ 36 #elif defined _SYSTEM_WIN32_ 39 # error "No os_string implementation defined for this platform." 47 inline char *
stpcpy(
char *dst,
const char *src)
#define ICL_CORE_IMPORT_EXPORT
Posix implementation of the global functions for string manipulation,.
Win32 implementation of the global functions for string manipulation,.
Definition of the implementation namespace for global functions.
int vsnprintf(char *buffer, size_t maxlen, const char *format, va_list argptr)
Contains import/export definitions for the Win32 plattform.
char * strdup(const char *s)
int snprintf(char *buffer, size_t maxlen, const char *format,...)
char * stpcpy(char *dst, const char *src)