📄 linbase.h
字号:
#ifndef LINBASE_H
#define LINBASE_H
/******************************************************************************
*
* Copyright (C) 2003 Motorola, Inc.
* All Rights Reserved
*
* Filename: $RCSfile: linbase.h,v $
* Author: $Author: ttz778 $
* Locker: $Locker: $
* State: $State: Exp $
* Revision: $Revision: 1.0 $
*
* Functions: Include all needed file for developers
*
* History: Use the RCS command log to display revision history
* information.
*
* Description:
*
* Notes:
*
******************************************************************************/
#if defined(LINAPI_1_0)
#include <l_api.h>
#else /* defined(LINAPI_1_0) */
#include <linapi.h>
#endif /* defined(LINAPI_1_0) */
#include <lindef.h>
#include <linstd.h>
#include <regs.h>
#include <lininit.h>
#include <linsci.h>
#include <lintmr.h>
#include <linmsg.h>
#include <linprot.h>
#include <linerr.h>
#include <lindbg.h>
#endif /* !define (LINBASE_H) */
⌨️ 快捷键说明
复制代码
Ctrl + C
搜索代码
Ctrl + F
全屏模式
F11
切换主题
Ctrl + Shift + D
显示快捷键
?
增大字号
Ctrl + =
减小字号
Ctrl + -