tostring.h

来自「对内存的分配、释放和使用进行检查」· C头文件 代码 · 共 23 行

H
23
字号
/* * (c) Copyright 1990 Conor P. Cahill (uunet!virtech!cpcahil).   * You may copy, distribute, and use this software as long as this * copyright statement is not removed. *//* * $Id: tostring.h,v 1.2 90/05/11 00:13:11 cpcahil Exp $ */#define B_BIN	 2#define B_DEC	10#define B_HEX	16#define B_OCTAL	 8/*  * $Log:	tostring.h,v $ * Revision 1.2  90/05/11  00:13:11  cpcahil * added copyright statment *  * Revision 1.1  90/02/23  07:09:05  cpcahil * Initial revision *  */

⌨️ 快捷键说明

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