2014
05
15
12
55
[c] 在ms windows下 fopen console input/output
老是會忘了這兩個特殊檔名 CONIN$ 和 CONOUT$ 是MS windows用來fopen console.
Ref: http://msdn.microsoft.com/en-us/library/aa363858.aspx
Use the CONIN$ value to specify console input.
Use the CONOUT$ value to specify console output.