Skip to content

File wsh_shell_misc.h

File List > src > wsh_shell_misc.h

Go to the documentation of this file

#ifndef __WSH_SHELL_MISC_H
#define __WSH_SHELL_MISC_H

#include "wsh_shell_cfg.h"
#include "wsh_shell_types.h"

#ifdef __cplusplus
extern "C" {
#endif

WshShell_U32_t WshShellMisc_CalcJenkinsHash(const WshShell_U8_t* pcBuff, WshShell_Size_t len);

void WshShellMisc_HexDump(const WshShell_U8_t* pBuff, WshShell_Size_t len, WshShell_Size_t offset);

void WshShellMisc_AsciiPrint(const WshShell_U8_t* pBuff, WshShell_Size_t len);

#ifdef __cplusplus
}
#endif

#endif /* __WSH_SHELL_MISC_H */