bntest00.c

来自「包含哈希,对称以及非对称的经典算法 包含经典事例」· C语言 代码 · 共 23 行

C
23
字号
/* * bntest00.c - auto-size-detecting bntest??.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 "bntest64.c"#elif BNSIZE32#include "bntest32.c"#else /* BNSIZE16 */#include "bntest16.c"#endif

⌨️ 快捷键说明

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