common.h

来自「模仿cisco路由器」· C头文件 代码 · 共 33 行

H
33
字号
/*	Copyright (C) 2002, 2003 Slava Astashonok <sla@0n.ru>	This program is free software; you can redistribute it and/or	modify it under the terms of the GNU General Public License.	$Id: common.h,v 1.2.2.1 2003/03/28 22:57:49 sla Exp $*/#ifndef _COMMON_H_#define _COMMON_H_#define DBG my_log(LOG_DEBUG, "DBG: %s:%d", __FILE__, __LINE__)#include <config.h>/* Capture*/#define DEBUG_C 1/* Unpending */#define DEBUG_U 2/* Scan */#define DEBUG_S 4/* Emit */#define DEBUG_E 8/* Memory */#define DEBUG_M 16/* Fill */#define DEBUG_F 32/* Info */#define DEBUG_I 64#endif

⌨️ 快捷键说明

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