w*s 发帖数: 7227 | 1 【 以下文字转载自 Linux 讨论区 】
发信人: wds (净洗前尘,从头再来), 信区: Linux
标 题: is perror() non-buffered io in linux ?
发信站: BBS 未名空间站 (Wed Feb 13 20:34:15 2013, 美东)
how about fflush(NULL) after printf ? | m*******l 发帖数: 12782 | 2 fflush (NULL) flushes all stdio output stream
perror non buffered as I remembered
【在 w*s 的大作中提到】 : 【 以下文字转载自 Linux 讨论区 】 : 发信人: wds (净洗前尘,从头再来), 信区: Linux : 标 题: is perror() non-buffered io in linux ? : 发信站: BBS 未名空间站 (Wed Feb 13 20:34:15 2013, 美东) : how about fflush(NULL) after printf ?
| t****t 发帖数: 6806 | 3 perror writes to stderr. stderr is non-buffered by default, but you may chan
ge it.
【在 m*******l 的大作中提到】 : fflush (NULL) flushes all stdio output stream : perror non buffered as I remembered
|
|