syscomm.h

来自「The combined demo is dedicated for S1C33」· C头文件 代码 · 共 58 行

H
58
字号
/* $id:sysCOMM.h  V1.0 2001/11/13 */

/******************************************************************************
 *  This source code has been made available to you by SEIKO EPSON  on
 *  AS-IS.Anyone receiving this source is licensed under
 *  SEIKO EPSON copyrights to use it in any way he or she deems fit,including
 *  copying it,modifying it,compiling it,and redistributing it either with
 *  or without modifictions.
 *
 *
 *  Any person who transfers this source code or any derivative work must
 *  include the SEIKO EPSON copyright notice, this paragraph,and the preceding
 *  two paragraphs in the transferred software.
 *
 *
 *       COPYRIGHT SEIKO EPSON CORPORATION 2001
 *     LICENSED MATERIAL - PROGRAM PROPERTY OF EPSON
 *****************************************************************************/

/******************************************************************************
 *
 *  FILE: sysCOMM.h
 *
 *  MODULE:
 *
 *  PURPOSE:
 *
 *  AUTHOR(S):Lemon
 *
 *  GROUP:TOOL_GROUP
 *
 *  DATE CREATED:2001/11/13
 *
 *  REFERENCE DOCUMENT ID:
 *
 *  MODIFICATIONS:
 *  Date          user Name       Description
 *  2001/11/13    Lemon           Create this file
 **********************************************************************************/

#ifndef _SYSCOMM_H
#define _SYSCOMM_H

#ifdef __cplusplus
extern "C" {
#endif

#include "common\sysTypes.h"
//#include "common\sysSem.h"
#include "common\sysConfig.h"

#ifdef __cplusplus
}
#endif

#endif

⌨️ 快捷键说明

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