📄 bni00.c
字号:
/*
* bni00.c - auto-size-detecting bni??.c file.
*
* Written in 1995 by Colin Plumb.
*
* $Id: bni00.c,v 1.1 1997/12/14 11:30:15 wprice 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 + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -