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

📄 tdc.h

📁 是一个手机功能的模拟程序
💻 H
字号:
/*
+------------------------------------------------------------------------------
|  File:       tdc.h
+------------------------------------------------------------------------------
|              Copyright Condat AG 2002, Berlin
|              All rights reserved.
|
|              This file is confidential and a trade secret of Condat AG.
|              The receipt of or possession of this file does not convey
|              any rights to reproduce or disclose its contents or to
|              manufacture, use, or sell anything it may describe, in
|              whole, or in part, without the specific written consent of
|              Condat AG.
+------------------------------------------------------------------------------
| Purpose:     
|
+------------------------------------------------------------------------------
*/
#ifdef TDC_H
#error "TDC.H already included, TDC.H must come after all primitives and messages"
#endif

#include "tdc_prim.h"

#ifndef TDC_H
#define TDC_H

#ifndef TDC_DESCRIPTOR
static int tdc_initialized_primitive = T_PRIMITIVE_UNION::call_tdc_initialize_primitive();
static int tdc_initialized_message = T_MESSAGE_UNION::call_tdc_initialize_message();
#endif //TDC_DESCRIPTOR

#endif //TDC_H

⌨️ 快捷键说明

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