april2.c

来自「cygwin下的包含各种c基本操作的demo程序」· C语言 代码 · 共 20 行

C
20
字号
#include "../my_common.h"#ifdef __cplusplusextern "C" {#endif

int april2(void)
{
  volatile aa;
  
  
  
  printf("FILE:%s,LINE:%d  hi,everyone ,today is wednesday\n",__FILE__,__LINE__);
  return NULL;	
	
	
}

#ifdef __cplusplus}#endif

⌨️ 快捷键说明

复制代码Ctrl + C
搜索代码Ctrl + F
全屏模式F11
增大字号Ctrl + =
减小字号Ctrl + -
显示快捷键?