NebulaStream  0.6.213
NebulaStream is a data and application management framework for the internet of things
apex_memmove.hpp File Reference
#include <stddef.h>
Include dependency graph for apex_memmove.hpp:
This graph shows which files directly or indirectly include this file:

Macros

#define APEXCALL
 

Functions

void *APEXCALLapex_memcpy (void *dst, const void *src, size_t size)
 
void *APEXCALLapex_memmove (void *dst, const void *src, size_t size)
 

Macro Definition Documentation

◆ APEXCALL

#define APEXCALL

Function Documentation

◆ apex_memcpy()

void* APEXCALL* apex_memcpy ( void *  dst,
const void *  src,
size_t  size 
)

◆ apex_memmove()

void* APEXCALL* apex_memmove ( void *  dst,
const void *  src,
size_t  size 
)