浏览代码

新建打印函数

tags/v1.0
JIU JIALIN 6 天前
父节点
当前提交
292aa09911
共有 1 个文件被更改,包括 6 次插入0 次删除
  1. +6
    -0
      JJL.c

+ 6
- 0
JJL.c 查看文件

@@ -10,6 +10,12 @@ int sub(int a,int b)
return a-b;
}

void my_printf(int a)
{
printf("\r\n\r\n%d\r\n\r\n",a);
}


int main()
{
printf("hello world!");


正在加载...
取消
保存