Skip to content

Commit

Permalink
doc: update docs/c_functions_parameters.md (#4)
Browse files Browse the repository at this point in the history
  • Loading branch information
jaywcjlove committed Jul 11, 2022
1 parent 8326761 commit 1b1e308
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 5 deletions.
6 changes: 3 additions & 3 deletions .idoc/.filesStat.json
Original file line number Diff line number Diff line change
Expand Up @@ -60,9 +60,9 @@
"birthtime": "2022-05-01T15:32:10.059Z"
},
"docs/c_functions_parameters.md": {
"atime": "2022-07-11T05:12:03.251Z",
"mtime": "2022-07-11T05:12:05.009Z",
"ctime": "2022-07-11T05:12:05.009Z",
"atime": "2022-07-11T05:14:17.290Z",
"mtime": "2022-07-11T05:14:17.258Z",
"ctime": "2022-07-11T05:14:17.258Z",
"birthtime": "2022-05-01T15:32:10.059Z"
},
"docs/c_file_io.md": {
Expand Down
2 changes: 0 additions & 2 deletions docs/c_functions_parameters.md
Original file line number Diff line number Diff line change
Expand Up @@ -38,8 +38,6 @@ int main() {

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

### Example

```c
void myFunction(char name[], int age) {
printf("Hello %s. You are %d years old.\n", name, age);
Expand Down

0 comments on commit 1b1e308

Please sign in to comment.