my_assert.c
来自「用Borland C写的B-Tree算法」· C语言 代码 · 共 18 行
C
18 行
/***************************************************************************** * btree-mem-long/my_assert.c * * COPYRIGHT (c) 1995, 1997 by David Van Wagner ALL RIGHTS RESERVED * Source and executables may be distributed under the terms of the GNU * General Public License version 2, see the file COPYING for details. * * davevw@alumni.cse.ucsc.edu * http://alumni.cse.ucsc.edu/~davevw/ *****************************************************************************/#include "my_assert.h"void assert_trap(){ /* do nothing, this allows debuggers to trap an assert before exiting */}
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?