Find centralized, trusted content and collaborate around the technologies you use most.
Teams
Q&A for work
Connect and share knowledge within a single location that is structured and easy to search.
を実行するfopen_s(&fid, FILE_NAME, "r")と、fidnull であり、errno17 です。 読み取り用にファイルを開こうとすると、EEXISTエラーが発生する可能性はありますか?
fopen_s(&fid, FILE_NAME, "r")
fid
errno
EEXIST