Skip to content

Commit 1755e84

Browse files
committed
Update c-function.md
1 parent a1a308c commit 1755e84

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

cprograming/c-function.md

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -137,7 +137,7 @@ void sum(int a,int b){
137137
138138
我们上面说过函数之间的通信可以通过函数参数、返回值来进行。函数参数的传递方向是由函数调用者 -> 被调函数,而函数返回值的方向是和参数传递的方向相反,也就是被调函数 -> 函数调用者。
139139
140-
140+
![image-20220627224608926](https://tva1.sinaimg.cn/large/e6c9d24ely1h3n6rc717rj2126088t9c.jpg)
141141
142142
143143

0 commit comments

Comments
 (0)