提交 e9a6d60a 编写于 作者: W Wizard Zhang 提交者: GitHub

Merge pull request #9 from lvye/master

代码勘误
......@@ -9,7 +9,7 @@
这一章的有趣之处就是你的程序中已经有一个现成的字符串数组,`main`函数参数中的`char *argv[]`。下面这段代码打印出了所有你传入的命令行参数:
```c
include <stdio.h>
#include <stdio.h>
int main(int argc, char *argv[])
{
......
Markdown is supported
0% .
You are about to add 0 people to the discussion. Proceed with caution.
先完成此消息的编辑!
想要评论请 注册