lbn00.c
来自「包含哈希,对称以及非对称的经典算法 包含经典事例」· C语言 代码 · 共 26 行
C
26 行
/* * lbn00.c - auto-size-detecting lbn??.c file. * * Written in 1995 by Colin Plumb. I'm not going to embarass myself * by claiming copyright on something this trivial. */#include "bnsize00.h"#if BNSIZE64/* Include all of the C source file by reference */#include "lbn64.c"#elif BNSIZE32/* Include all of the C source file by reference */#include "lbn32.c"#else /* BNSIZE16 *//* Include all of the C source file by reference */#include "lbn16.c"#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?