Skip to content

Commit 1b1e308

Browse files
committed
doc: update docs/c_functions_parameters.md (#4)
1 parent 8326761 commit 1b1e308

File tree

2 files changed

+3
-5
lines changed

2 files changed

+3
-5
lines changed

.idoc/.filesStat.json

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -60,9 +60,9 @@
6060
"birthtime": "2022-05-01T15:32:10.059Z"
6161
},
6262
"docs/c_functions_parameters.md": {
63-
"atime": "2022-07-11T05:12:03.251Z",
64-
"mtime": "2022-07-11T05:12:05.009Z",
65-
"ctime": "2022-07-11T05:12:05.009Z",
63+
"atime": "2022-07-11T05:14:17.290Z",
64+
"mtime": "2022-07-11T05:14:17.258Z",
65+
"ctime": "2022-07-11T05:14:17.258Z",
6666
"birthtime": "2022-05-01T15:32:10.059Z"
6767
},
6868
"docs/c_file_io.md": {

docs/c_functions_parameters.md

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -38,8 +38,6 @@ int main() {
3838

3939
在函数内部,您可以添加任意数量的参数(parameters):
4040

41-
### Example
42-
4341
```c
4442
void myFunction(char name[], int age) {
4543
printf("Hello %s. You are %d years old.\n", name, age);

0 commit comments

Comments
 (0)