加入 Gitee
与超过 1200万 开发者一起发现、参与优秀开源项目,私有仓库也完全免费 :)
免费加入
文件
克隆/下载
parse.h 425 Bytes
一键复制 编辑 原始数据 按行查看 历史
Hubor 提交于 2022-04-01 20:51 . debug monitor software
/*************************************************************************
> File Name: parse.h
> Author: SuWeishuai
> Mail: suwsl@foxmail.com
> Created Time: Fri 01 Apr 2022 04:32:48 PM CST
************************************************************************/
#ifndef __PARSE_H__
#define __PARSE_H__
#include "cmd.h"
extern fun_t parse(const char * name);
extern fun_t parse_debug(const char * name);
#endif
Loading...
马建仓 AI 助手
尝试更多
代码解读
代码找茬
代码优化