write_file_bom_utf8

UTF-8用のBOMを書き込む関数write_file_bom_utf8を作る。
main.cで、

と書く。

実行するとこうなる。
実行するとこうなる。

実行するとこうなる。

BOM付きUTF-8で出力されている。
BOM付きUTF-8で出力されている。

BOM付きUTF-8で出力されている。

Test/c/write_file_bom_utf8/write_file_bom_utf8/src/write_file_bom_utf8 at master · bg1bgst333/Test · GitHub