ddlalign.h

来自「db.* (pronounced dee-be star) is an adva」· C头文件 代码 · 共 42 行

H
42
字号
/*************************************************************************** *                                                                         * * db.*                                                                    * * open source database, ddlp utility                                      * *                                                                         * * Copyright (c) 2000 Centura Software Corporation. All rights reserved.   * *                                                                         * * Use of this software, whether in source code format, or in executable,  * * binary object code form, is governed by the CENTURA OPEN SOURCE LICENSE * * which is fully described in the LICENSE.TXT file, included within this  * * distribution of source code files.                                      *  *                                                                         * **************************************************************************//*------------------------------------------------------------------------     db.* Database Definition Language Processor    ddlalign.h------------------------------------------------------------------------*/#define BYTE_ALIGN  (-1)#define MSC_ALIGN    0#define BCC_ALIGN    1#define ZOR_ALIGN    2#define DEF_ALIGN    3#define CHR_ALIGN    0 #define SHT_ALIGN    1#define REG_ALIGN    2#define DBL_ALIGN    3#define MAX_ALIGNS   4extern unsigned short ddlp_g.str_pad[MAX_ALIGNS];extern unsigned short ddlp_g.str_array_pad[MAX_ALIGNS];short calc_align (int, unsigned char, unsigned short);void     init_align (int);

⌨️ 快捷键说明

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