Problem: You want to use printf to print something to the stderr stream (instead of stdout). Solution: Use fprintf(stderr, ...).
確定! 回上一頁