| D | wiced_data_types.h | 91 #define WICED_MEMCPY(a, b, c) memcpy((void*)(a), (const void*)(b), c) /**< Wiced Memory c… argument 92 #define WICED_MEMSET(a, b, c) memset((void*)(a), b, c) /**< Wiced Memory s… argument 93 #define WICED_MEMMOVE(a, b, c) memmove((void*)(a), (const void*)(b), c) /**< Wiced Memory m… argument 94 #define WICED_MEMCMP(a, b, c) memcmp((void*)(a), (const void*)(b), c) /**< Wiced Memory c… argument
|