FastLED 3.9.15
Loading...
Searching...
No Matches
cstdlib.h File Reference
#include "fl/stl/stdint.h"
#include "fl/stl/cstddef.h"
#include "fl/stl/noexcept.h"
+ Include dependency graph for cstdlib.h:
+ This graph shows which files directly or indirectly include this file:

Go to the source code of this file.

Namespaces

namespace  fl
 Base definition for an LED controller.
 

Typedefs

typedef int(* fl::qsort_compare_fn) (const void *, const void *)
 

Functions

void * fl::aligned_alloc (fl::size_t alignment, fl::size_t size)
 
void fl::aligned_free (void *ptr)
 
int fl::atoi (const char *str)
 
long fl::atol (const char *str)
 
const char * fl::getenv (const char *name)
 
void fl::qsort (void *base, size_t nmemb, size_t size, qsort_compare_fn compar)
 
u32 fl::rand ()
 
double fl::strtod (const char *str, char **endptr)
 
long fl::strtol (const char *str, char **endptr, int base)
 
unsigned long fl::strtoul (const char *str, char **endptr, int base)