⭐ 欢迎来到虫虫下载站! | 📦 资源下载 📁 资源专辑 ℹ️ 关于我们
⭐ 虫虫下载站

📄 my_dmalloc.h

📁 mpeng Lib
💻 H
字号:
/* ------------------------------------------------------------------------@NAME       : my_dmalloc.h@DESCRIPTION: Tiny header file to possibly include <dmalloc.h> (ie. the              "real thing"), depending on the DMALLOC preprocessor token.@CREATED    : 1997/09/06, Greg Ward@MODIFIED   : @VERSION    : $Id: my_dmalloc.h,v 1.1 1997/09/07 02:16:52 greg Rel $-------------------------------------------------------------------------- */#ifndef MY_DMALLOC_H#define MY_DMALLOC_H#ifdef DMALLOC# include <dmalloc.h>#endif#endif /* MY_DMALLOC_H */

⌨️ 快捷键说明

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