sha64bit.h
来自「source of perl for linux application,」· C头文件 代码 · 共 16 行
H
16 行
/* * The following macros supply placeholder values that enable the * `sha.c' module to successfully compile when 64-bit integer types * aren't present. * * They are appropriately redefined in `sha64bit.c` if the compiler * provides a 64-bit type (i.e. when SHA_384_512 is defined). */#define sha_384_512 0#define W64 unsigned long#define strto64(p) 0#define sha512 NULL#define H0384 H01#define H0512 H01
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?