volcanol的工控博客
Email : lilinly225@126.com 索要资料加QQ 点击进入 或 点击左侧的资料分享专用帖

volcanol ---- View OF Linux Can Appreciate Nature OF Linux

天行健,君子以自强不息

  博客园 :: 首页 :: 博问 :: 闪存 :: 新随笔 :: 联系 :: 订阅 订阅 :: 管理 ::
/*
    本程序打印EOF的值
*/

#include <stdio.h>

int main(int argc,char* argv[],char* env)
{
    printf("EOF = %d",EOF);

    getc(stdin);

    return 0;
}

 

posted on 2017-06-19 11:03  volcanol  阅读(258)  评论(0编辑  收藏  举报
volcanol ----View OF Linux Can Appreciate Nature OF Linux。