- 博客(1)
- 资源 (3)
- 收藏
- 关注
原创 stdout 与 stderr 区别
#include"stdio.h" #include"unistd.h" int main() { while(1) { fprintf(stderr, "hello-std-err"); fprintf(stdout, "hello-std-out"); sleep(1); } return 0; } stderr是非缓冲的。 std
2013-01-31 14:03:09
410
空空如也
TA创建的收藏夹 TA关注的收藏夹
TA关注的人
RSS订阅