?? debug.h
字號(hào):
/***************************************************************************
*
* Copyright (c) 1993 READY SYSTEMS CORPORATION.
*
* All rights reserved. READY SYSTEMS' source code is an unpublished
* work and the use of a copyright notice does not imply otherwise.
* This source code contains confidential, trade secret material of
* READY SYSTEMS. Any attempt or participation in deciphering, decoding,
* reverse engineering or in any way altering the source code is
* strictly prohibited, unless the prior written consent of
* READY SYSTEMS is obtained.
*
*
* Module Name: %M%
*
* Identification: %Z% %I% %M%
*
* Date: %G% %U%
*
****************************************************************************
*/
/*
RCS header identifier - $Id: debug.h,v 1.4 1993/11/19 18:13:34 robert Exp $
*/
/*
* Copyrighted as an unpublished work.
* (c) Copyright 1989-1993 Lachman Technology, Incorporated
* All rights reserved.
*
* RESTRICTED RIGHTS
*
* These programs are supplied under a license. They may be used,
* disclosed, and/or copied only as permitted under such license
* agreement. Any copy must contain the above copyright notice and
* this restricted rights notice. Use, copying, and/or disclosure
* of the programs is strictly prohibited unless otherwise provided
* in the license agreement.
*/
/*
* sys/debug.h - include debug info
*/
#ifndef _H_DEBUG_
#define _H_DEBUG_
#ifdef __cplusplus
extern "C" {
#endif
#ifndef _MT
#define _MT_SET
#define _MT /* set MT to get far declarations under DOS */
#endif
#include <assert.h>
#ifdef _MT_SET
#undef _MT_SET
#undef _MT /* unset MT */
#endif
#ifdef __cplusplus
}
#endif
#endif /* _H_DEBUG_ */
?? 快捷鍵說(shuō)明
復(fù)制代碼
Ctrl + C
搜索代碼
Ctrl + F
全屏模式
F11
切換主題
Ctrl + Shift + D
顯示快捷鍵
?
增大字號(hào)
Ctrl + =
減小字號(hào)
Ctrl + -