debug.c
资源名称:DOS系统的源代码.rar [点击查看]
上传用户:xiaoan1112
上传日期:2013-04-11
资源大小:19621k
文件大小:1k
源码类别:
操作系统开发
开发平台:
Visual C++
- /***
- *debug.c - utility routines for internal debugging of the interpreter
- *
- * Copyright <C> 1986, Microsoft Corporation
- *
- *Purpose:
- * This module provides general purpose utilities for writing internal
- * debugging and other non-release code for the interpreter.
- *
- *******************************************************************************/
- #include "version.h"
- #if !CONTEXT_H
- #include "context.h"
- #endif
- #if !HEAP_H
- #include "heap.h"
- #endif
- #if !TXTMGR_H
- #include "txtmgr.h"
- #endif
- #if !VARIABLE_H
- #include "variable.h"
- #endif