|
FastLED 3.9.15
|
#include "fl/stl/noexcept.h"
Include dependency graph for cctype.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. | |
Functions | |
| bool | fl::isdigit (char c) FL_NOEXCEPT |
| Check if character is a decimal digit (0-9) | |
| bool | fl::isspace (char c) FL_NOEXCEPT |
| Check if character is whitespace (space, tab, newline, carriage return) | |
| char | fl::tolower (char c) FL_NOEXCEPT |
| Convert character to lowercase. | |
| char | fl::toupper (char c) FL_NOEXCEPT |
| Convert character to uppercase. | |