RT-Thread RTOS
1.2.0
An open source embedded real-time operating system
载入中...
搜索中...
未找到
msh_parse.h
浏览该文件的文档.
1
/*
2
* Copyright (c) 2006-2021, RT-Thread Development Team
3
*
4
* SPDX-License-Identifier: Apache-2.0
5
*
6
* Change Logs:
7
* Date Author Notes
8
* 2022-05-25 WangQiang the first verion for msh parse
9
*/
10
11
#ifndef MSH_PARSE_H
12
#define MSH_PARSE_H
13
14
#include <
rtdef.h
>
15
16
rt_bool_t
msh_isint
(
char
*strvalue);
17
rt_bool_t
msh_ishex
(
char
*strvalue);
18
int
msh_strtohex
(
char
*strvalue);
19
20
#endif
/* MSH_PARSE_H */
msh_strtohex
int msh_strtohex(char *strvalue)
定义
msh_parse.c:84
msh_isint
rt_bool_t msh_isint(char *strvalue)
定义
msh_parse.c:23
msh_ishex
rt_bool_t msh_ishex(char *strvalue)
定义
msh_parse.c:50
rtdef.h
rt_bool_t
int rt_bool_t
定义
rttypes.h:35
components
finsh
msh_parse.h
制作者
1.13.1