is_file_bom_utf8(Windows(C++))

is_file_bom_utf8のWindows版のC++呼び出し。
file_utility_cstdio.hで、

と書く。
file_utility_cstdio.cで、

と書く。
main.cppで、

と書く。

こうなる。
こうなる。

こうなる。

Test/cpp/is_file_bom_utf8/call_from_cpp_Windows/src/is_file_bom_utf8 at master · bg1bgst333/Test · GitHub