Browse Source

新建打印函数

tags/v1.0
JIU JIALIN 6 days ago
parent
commit
292aa09911
1 changed files with 6 additions and 0 deletions
  1. +6
    -0
      JJL.c

+ 6
- 0
JJL.c View File

@@ -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!");


Loading…
Cancel
Save