bni00.c

来自「vc环境下的pgp源码」· C语言 代码 · 共 27 行

C
27
字号
/*
 * bni00.c - auto-size-detecting bni??.c file.
 *
 * Written in 1995 by Colin Plumb.
 *
 * $Id: bni00.c,v 1.1 1997/04/30 08:36:09 mhw Exp $
 */

#include "bnsize00.h"

#if BNSIZE64

/* Include all of the C source file by reference */
#include "bni64.c"

#elif BNSIZE32

/* Include all of the C source file by reference */
#include "bni32.c"

#else /* BNSIZE16 */

/* Include all of the C source file by reference */
#include "bni16.c"

#endif

⌨️ 快捷键说明

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