RT-Thread RTOS 1.2.0
An open source embedded real-time operating system
|
#include <rtdef.h>
函数 | |
rt_bool_t | msh_isint (char *strvalue) |
rt_bool_t | msh_ishex (char *strvalue) |
int | msh_strtohex (char *strvalue) |
rt_bool_t msh_isint | ( | char * | strvalue | ) |
This function will check integer.
strvalue | string |
在文件 msh_parse.c 第 23 行定义.
引用了 forstrloop, RT_FALSE, RT_NULL , 以及 RT_TRUE.
rt_bool_t msh_ishex | ( | char * | strvalue | ) |
This function will check hex.
strvalue | string |
在文件 msh_parse.c 第 50 行定义.
引用了 forstrloop, RT_FALSE, RT_NULL , 以及 RT_TRUE.
int msh_strtohex | ( | char * | strvalue | ) |
This function will transform for string to hex.
strvalue | string |
在文件 msh_parse.c 第 84 行定义.
引用了 forstrloop.