File wsh_shell_cmd_def.h
File List > src > wsh_shell_cmd_def.h
Go to the documentation of this file
| #ifndef __WSH_SHELL_CMD_DEF_H
#define __WSH_SHELL_CMD_DEF_H
#include "wsh_shell_cfg.h"
#include "wsh_shell_cmd.h"
#include "wsh_shell_history.h"
#include "wsh_shell_types.h"
#ifdef __cplusplus
extern "C" {
#endif
const WshShellCmd_t* WshShellDefCmd_GetPtr(void);
#ifdef __cplusplus
}
#endif
#endif /* __WSH_SHELL_CMD_DEF_H */
|