diff --git a/.idoc/.filesStat.json b/.idoc/.filesStat.json index d16661e..eb09bb0 100644 --- a/.idoc/.filesStat.json +++ b/.idoc/.filesStat.json @@ -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": { diff --git a/docs/c_functions_parameters.md b/docs/c_functions_parameters.md index 0d4eb7e..a481fef 100644 --- a/docs/c_functions_parameters.md +++ b/docs/c_functions_parameters.md @@ -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);