my_assert.cc

来自「用Borland C写的B-Tree算法」· CC 代码 · 共 18 行

CC
18
字号
/***************************************************************************** * btree-mem-C/my_assert.cc * * 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 + -
显示快捷键?