Skip to content

File wsh_shell_autocomplete.h

File List > src > wsh_shell_autocomplete.h

Go to the documentation of this file

#ifndef __WSH_SHELL_AUTOCOMPLETE_H
#define __WSH_SHELL_AUTOCOMPLETE_H

#include "wsh_shell_cfg.h"
#include "wsh_shell_cmd.h"
#include "wsh_shell_cmd_def.h"
#include "wsh_shell_io.h"
#include "wsh_shell_str.h"
#include "wsh_shell_types.h"

#ifdef __cplusplus
extern "C" {
#endif

WshShell_Bool_t WshShellAutocomplete_Try(WshShell_Char_t* pInBuff, WshShell_Size_t inBuffLen,
                                         WshShellCmd_Table_t* pShellCommands);

#ifdef __cplusplus
}
#endif

#endif /* __WSH_SHELL_AUTOCOMPLETE_H */