Embedded Programmers' Library
這個網誌記錄平常一些工作中的心得及開發歷程,希望能提供有類似問題的人一些資訊和Solution
2011年2月9日 星期三
fscanf usage ( Parse Command Line )
在寫有關於Printer 的AP的時候,要parse command line from file.
使用 fwscanf 遇到問題,在google並在WIN32下debug和實驗後,找到解法。
http://support.microsoft.com/kb/60336/en-us
第一個fwscanf 之後的 fwscanf都parse 不出來 ( return 0 )
因為 file pointer 停在 delimiter 前面,後續呼叫會失敗
所以要加 %*c
較新的文章
較舊的文章
首頁
訂閱:
文章 (Atom)