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.
コードで上記の関数を使用してきましたが、許可されていないことがわかりました。おそらく、誰かが代替機能の実装を手伝ってくれるでしょうか? Fgets、fgetc、fputc、fprintf、sprintf、fscanf、sscanf、rewind、stdin、stdout ....のみを使用できます。
fseek について 私は内部文字列にスキップする必要がある文字を取得することについて一般的な考えを持っています。それは正しい考えですか?
誰かが助けてくれたらうれしいです。どうもありがとう!
どうやら、シークはサポートしていませんが、ファイルの終わりをサポートしている標準入力からの読み取りのみが許可されているようです。