Zephyr Project API 4.4.99
A Scalable Open Source RTOS
Loading...
Searching...
No Matches
shell_string_conv.h File Reference

Header file for the shell string conversion helpers. More...

#include <stdbool.h>
#include <stdint.h>

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.

Detailed Description

Header file for the shell string conversion helpers.