|
JsonParserGeneratorRK
|
Header for spark_wiring_print.c module. More...
#include <stddef.h>#include <string.h>#include <stdint.h>#include "spark_wiring_string.h"#include "spark_wiring_printable.h"Go to the source code of this file.
Data Structures | |
| class | |
| Class for printing to a stream or file. More... | |
Variables | |
| const unsigned char | DEC = 10 |
| Decimal number format (0-9) | |
| const unsigned char | HEX = 16 |
| Hexadecimal number format (0-9, a-f) | |
| const unsigned char | OCT = 8 |
| Octal number format (0-7) | |
| const unsigned char | BIN = 2 |
| Binary number format (0-1) | |
Header for spark_wiring_print.c module.
This library is free software; you can redistribute it and/or modify it under the terms of the GNU Lesser General Public License as published by the Free Software Foundation, either version 3 of the License, or (at your option) any later version.
This library is distributed in the hope that it will be useful, but WITHOUT ANY WARRANTY; without even the implied warranty of MERCHANTABILITY or FITNESS FOR A PARTICULAR PURPOSE. See the GNU Lesser General Public License for more details.
You should have received a copy of the GNU Lesser General Public License along with this library; if not, see http://www.gnu.org/licenses/.
1.8.14