ヘッダファイル名 Header file name |
機能・用途 Purpose |
win/index.h | winヘッダファイルパッケージ内の
他のヘッダファイル一式をインクルードするためのヘッダファイル。 A header file to include all the other header files in win header file package. |
win/macro.h | winヘッダファイルパッケージ用のマクロの定義。 Definitions of macros for win header file package. |
win/structure.h | winヘッダファイルパッケージ用の構造体の定義。 Definitions of structures for win header file package. |
win/prototype.h | winヘッダファイルパッケージ内の関数のプロトタイプ。 Prototypes of functions in win header file package. |
ヘッダファイル名 Header file name |
機能・用途 Purpose |
win/binary.h | 一旦unsigned char型配列に読み込んだWINのバイナリデータを
別のデータ型に変換する関数。 Function to convert bindary WIN data, temporarily read into an unsigned char-type array, to other data types. |
win/channel.h | WINシステムにおけるチャンネルコードのリストや
チャンネルテーブルを扱う関数。 Functions to treat a list of channel codes and a channel table of the WIN system. |
win/convert.h | WINデータを他の形式に変換する関数。 Functions to convert WIN data to other formats. |
win/readwrite.h | WINデータの入出力を行う関数。 Functions to read and write WIN data. |