md5.h

来自「Fast and transparent file system and swa」· C头文件 代码 · 共 14 行

H
14
字号
/* md5.h */#if defined(__linux__) && defined(__KERNEL__)#  include <linux/types.h>#  include <linux/linkage.h>#else #  include <sys/types.h>#endif#if defined(__linux__) && defined(__KERNEL__) && (defined(X86_ASM) || defined(AMD64_ASM)) asmlinkage#endifextern void md5_transform_CPUbyteorder(u_int32_t *, u_int32_t const *);

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?