FastLED 3.9.15
Loading...
Searching...
No Matches
memfill.h File Reference
#include <string.h>
#include "fl/int.h"
+ Include dependency graph for memfill.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 IMPORTANT!
 

Functions

void * fl::memcopy (void *dst, const void *src, fl::size num)
 
template<typename T>
void * fl::memfill (T *ptr, int value, fl::size num)
 
void * fl::memfill (void *ptr, int value, fl::size num)