|
FastLED 3.9.15
|
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) |