25 #ifndef ICL_CORE_OS_MEM_H_INCLUDED 26 #define ICL_CORE_OS_MEM_H_INCLUDED 30 #if defined _SYSTEM_POSIX_ 32 #elif defined _SYSTEM_WIN32_ 35 # error "No os_mem implementation defined for this platform." 41 inline void *
memcpy(
void *dest,
void *src,
size_t count)
46 inline void *
memset(
void *dest,
int c,
size_t count)
void * memcpy(void *dest, void *src, size_t count)
Win32 implementation of the global memory functions.
Posix implementation of the global memory functions.
Definition of the implementation namespace for global functions.
void * memset(void *dest, int c, size_t count)