阅读背景:

为什么在使用fprintf时stdout没有打印?

来源:互联网 

I have this code:

我有这段代码:

#include <stdio.h>
#include <unistd.h>
int main()
{
        while(1)
        {
                fprintf(stdout,"hello-out");
                fprintf(stderr,"hello-err");
                sleep(1);
        }
        return 0;
}
#include <stdio.h



你的当前访问异常,请进行认证后继续阅读剩余内容。

分享到: