Skip to content

Commit 9197dfb

Browse files
committed
update c programming language
1 parent 30e5bba commit 9197dfb

File tree

5 files changed

+8
-2
lines changed

5 files changed

+8
-2
lines changed

books/c/C程序设计语言/README.md

+4-1
Original file line numberDiff line numberDiff line change
@@ -1,2 +1,5 @@
11
## C程序设计语言(第2版 新版)
2-
- [第一章 导言](chapter1.md)
2+
- [第1章 导言](chapter1.md)
3+
- [第2章 类型、运算符与表达式](chapter2.md)
4+
- [第3章 控制流](chapter3.md)
5+
- [第4章 函数与程序结构](chapter4.md)

books/c/C程序设计语言/chapter1.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
## 第一章 导言
1+
## 第1章 导言
22
- ANSI: American National Standards Institute
33
- ISO: International Standards Organization
44
- 基本数据类型
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 第2章 类型、运算符与表达式
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 第3章 控制流
+1
Original file line numberDiff line numberDiff line change
@@ -0,0 +1 @@
1+
## 第4章 函数与程序结构

0 commit comments

Comments
 (0)