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.
私のコードでは、 fprintf は STREAM に書き込まれたバイト数を返すことで正常に戻りますが、実際のファイルには、私が書いた文字列はありません。
出力はおそらくバッファリングされているだけです。close() を使用してファイルを閉じるか、ストリームで fflush() を呼び出して、文字列をファイルに強制します。