📄 pccdef.h
字号:
/******************************************************************************/
/* SCCS: %Z% Name: %M% Date US: %G% %U% Ver.: %I% */
/******************************************************************************/
/*F(***************************************************************************
* File name : %M%
* Project : PCC definitions
* Module : PCC common definitions
* Date : (US) %G% %U%
* Version : %I%
* Compiler name and release(s) :
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* DESCRIPTION
* General include file
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* FUNCTIONS DEFINED IN THIS FILE
*----------------------------------------------------------------------------*
* Name | Object
*----------------------------------------------------------------------------*
* None
*----------------------------------------------------------------------------*
*----------------------------------------------------------------------------*
* EVOLUTION
*----------------------------------------------------------------------------*
* Date | Author | Arnb | Description
*----------------------------------------------------------------------------*
* 06/25/97 | J.Thomas | XXYYYY | Creation
***************************************************************************)F*/
/* #*/
#ifndef PCCDEF_H
#define PCCDEF_H
/*==========================================================================*/
/*==========================================================================*/
/*= REQUIRED INTERFACE =*/
/*==========================================================================*/
/*==========================================================================*/
/*.Internal access file list
-----------------------------*/
/*.Required functionnal access definitions
-------------------------------------------*/
/*.Includes for the whole external required interface
------------------------------------------------------*/
/*.Free all access definitions
-------------------------------*/
/*==========================================================================*/
/*==========================================================================*/
/*= PROVIDED INTERFACE =*/
/*==========================================================================*/
/*==========================================================================*/
/*.Provided functional access definitions
------------------------------------------*/
#if defined( ACCESS_RIGHTS_ALL )
/*.Include file list for providing definitions to other modules
----------------------------------------------------------------*/
#include "pccdef.hec"
#include "pccdef.het"
#include "pccdef.hem"
#endif
/*==========================================================================*/
/*==========================================================================*/
/*= PRIVATE USING =*/
/*==========================================================================*/
/*==========================================================================*/
#endif
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -