関数read_win_file マニュアル

(The documentation of function read_win_file)

Last Update: 2023/3/23


◆機能・用途(Purpose)

WINファイルを読み込む。
Read a WIN file.


◆形式(Format)

#include <win/readwrite.h>
inline struct win_data read_win_file(const char ∗win_file)


◆引数(Arguments)

win_file 読み込むWINファイル名。
Name of the WIN file to read.


◆戻り値(Return value)

読み込んだWINデータを代入した構造体。
A structure composed of the WIN data read.


◆使用例(Example)

struct win_data data=read_win_file("data.win");