cv4pads.h
来自「开放源码的编译器open watcom 1.6.0版的源代码」· C头文件 代码 · 共 51 行
H
51 行
/****************************************************************************
*
* Open Watcom Project
*
* Portions Copyright (c) 1983-2002 Sybase, Inc. All Rights Reserved.
*
* ========================================================================
*
* This file contains Original Code and/or Modifications of Original
* Code as defined in and that are subject to the Sybase Open Watcom
* Public License version 1.0 (the 'License'). You may not use this file
* except in compliance with the License. BY USING THIS FILE YOU AGREE TO
* ALL TERMS AND CONDITIONS OF THE LICENSE. A copy of the License is
* provided with the Original Code and Modifications, and is also
* available at www.sybase.com/developer/opensource.
*
* The Original Code and all software distributed under the License are
* distributed on an 'AS IS' basis, WITHOUT WARRANTY OF ANY KIND, EITHER
* EXPRESS OR IMPLIED, AND SYBASE AND ALL CONTRIBUTORS HEREBY DISCLAIM
* ALL SUCH WARRANTIES, INCLUDING WITHOUT LIMITATION, ANY WARRANTIES OF
* MERCHANTABILITY, FITNESS FOR A PARTICULAR PURPOSE, QUIET ENJOYMENT OR
* NON-INFRINGEMENT. Please see the License for the specific language
* governing rights and limitations under the License.
*
* ========================================================================
*
* Description: WHEN YOU FIGURE OUT WHAT THIS FILE DOES, PLEASE
* DESCRIBE IT HERE!
*
****************************************************************************/
/* not really used in defining fixed part of a type */
/* pad bytes */
_LFPAD( pad0, PAD0 , 0x00f0 )
_LFPAD( pad1, PAD1 , 0x00f1 )
_LFPAD( pad2, PAD2 , 0x00f2 )
_LFPAD( pad3, PAD3 , 0x00f3 )
_LFPAD( pad4, PAD4 , 0x00f4 )
_LFPAD( pad5, PAD5 , 0x00f5 )
_LFPAD( pad6, PAD6 , 0x00f6 )
_LFPAD( pad7, PAD7 , 0x00f7 )
_LFPAD( pad8, PAD8 , 0x00f8 )
_LFPAD( pad9, PAD9 , 0x00f9 )
_LFPAD( pad10, PAD10 , 0x00fa )
_LFPAD( pad11, PAD11 , 0x00fb )
_LFPAD( pad12, PAD12 , 0x00fc )
_LFPAD( pad13, PAD13 , 0x00fd )
_LFPAD( pad14, PAD14 , 0x00fe )
_LFPAD( pad15, PAD15 , 0x00ff )
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?