convincl.h
来自「希望我上传的这些东西可以对搞编程的程序员有点小小的帮助!谢谢!」· C头文件 代码 · 共 30 行
H
30 行
// --convincl.h-----------------------------------------------------------------
//
// Conversion inclues.
//
// Copyright 1986 - 1998 Microsoft Corporation. All Rights Reserved.
//
// -----------------------------------------------------------------------------
#if !defined(_CONVINCL_H)
#pragma option push -b -a8 -pc -A- /*P_O_Push*/
#define _CONVINCL_H
#define _MEMLOG_H
#include "edk.h"
#ifdef __cplusplus
#include "convdllc.h"
#include "convdlle.h"
#include "convdll.h"
#include "convregh.h"
#include "convclss.h"
#include "convreg.h"
#include "convengn.h"
#endif
#include "convcwrp.h"
#pragma option pop /*P_O_Pop*/
#endif
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?