ctxomap.txt
来自「开放源码的编译器open watcom 1.6.0版的源代码」· 文本 代码 · 共 20 行
TXT
20 行
THE WINHELP |CTXOMAP INTERNAL FILE
==================================
The |CTXOMAP records the topics which correspond to context numbers defined
in the [MAP] section of a .HPJ file.
The |CTXOMAP format
-------------------
The first word of the file is the number of records in the file. Immediately
following are the records in order. Each record is 8 bytes long, where the
first four bytes are the (long int) map number assigned in the [MAP] section,
and the last four bytes are the offset of the corresponding topic. These
offsets are "Character" offsets; see the section on offsets in topic.txt.
The |CTXOMAP file is present in all .HLP files whether a [MAP] section
if specified or not. If no [MAP] section was specified, the file will
consist of the standard file header and the word 0x0000 indicating no
records are present.
⌨️ 快捷键说明
复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?