|
Zephyr Project API 4.4.99
A Scalable Open Source RTOS
|
Header file for the shell string conversion helpers. More...
Go to the source code of this file.
Functions | |
| long | shell_strtol (const char *str, int base, int *err) |
| String to long conversion with error check. | |
| unsigned long | shell_strtoul (const char *str, int base, int *err) |
| String to unsigned long conversion with error check. | |
| unsigned long long | shell_strtoull (const char *str, int base, int *err) |
| String to unsigned long long conversion with error check. | |
| bool | shell_strtobool (const char *str, int base, int *err) |
| String to boolean conversion with error check. | |
Header file for the shell string conversion helpers.