|
CDC Badge OS
Firmware for the CDC Badge v1.0 hardware security key
|
#include <cctype>#include <cstddef>Go to the source code of this file.
Namespaces | |
| namespace | cdc |
| namespace | cdc::core |
Functions | |
| const char * | cdc::core::skipSpaces (const char *s) |
| Advances over leading ASCII whitespace in a C string. | |
| const char * | cdc::core::nextToken (const char *s, char *out, size_t outSize) |
| Extracts one whitespace-delimited token from a string. | |
| void | cdc::core::unescapeSpaces (char *s) |
| Replaces every \ escape sequence with a single space character in-place. | |