📄 crypthash.h
字号:
#ifndef _CRYPTHASH_H# define _CRYPTHASH_H# include <sys/types.h># if HAVE_INTTYPES_H# include <inttypes.h># else# if HAVE_STDINT_H# include <stdint.h># endif# endif/* POINTER defines a generic pointer type */typedef unsigned char *POINTER;#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -