#include "fl/stl/cstdlib.h"
#include "fl/stl/cstring.h"
#include "platforms/is_platform.h"
#include <stdlib.h>
Go to the source code of this file.
|
| namespace | fl |
| | Base definition for an LED controller.
|
| |
| namespace | fl::detail |
| | Compile-time linker keep-alive hook for a single fl::Bus.
|
| |
|
| 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) |
| |
| static int | fl::charToDigit (char c) |
| |
| const char * | fl::getenv (const char *name) |
| |
| static bool | fl::isDigitInBase (char c, int base) |
| |
| void | fl::qsort (void *base, size_t nmemb, size_t size, qsort_compare_fn compar) |
| |
| void | fl::detail::qsort_impl (char *base, size_t nmemb, size_t size, qsort_compare_fn compar) |
| |
| static void | fl::qsort_insertion_sort (char *base, size_t nmemb, size_t size, qsort_compare_fn compar) |
| |
| static size_t | fl::qsort_partition (char *base, size_t nmemb, size_t size, qsort_compare_fn compar) |
| |
| void | fl::detail::qsort_swap (char *a, char *b, size_t size) |
| |
| 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) |
| |