Event generated if additional data is sent to support a function call.
This combination of function call and input is not supported.
Second, you really should have an editor that can handle tags, so you can tag a function call to see the function definition, and then tag inside that function to see an even lower-level function, and then back out twice to return to the original function.
第二,你应该有一个可以处理标签的编辑器,这样你就能够对一个函数的调用加标签以查看该函数的定义,在这之后可以在函数内部加标签以查看更低层次的函数,并且之后再次返回到开始的函数那里。
In passing arrays as arguments to a function, the function call may include the "array" hint and may be split into multiple lines to improve readability. In such cases, the normal guidelines for writing arrays still apply
带有数组参数的函数,函数的调用可包括 "array" 提示并可以分成多行来提高可读性,同时,书写数组的标准仍然适用:
This leads to a function call to uninitialized memory.
这将导致函数调用未初始化的内存。
One function call has exactly one execution context associated with it.
一个函数调用仅具有一个与其相关联的执行上下文。
Event generated on a function call.
由函数调用生成的事件。
An object defining function call side-effects.
定义函数调用副作用的对象。
Do not have same function call for the same purpose in the loops.
不要在循环中将相同的函数调用用于相同的用途。
We are using a function call from a new.c file.
我们在一个新的.c 文件中使用函数调用。
pseudo-destructor expression can only be used as part of a function call
伪析构函数表达式只能用作函数调用的一部分
For instance, a function call that generates the parent class
例如,一个生成父类的函数调用:
A function call associated with a polymorphic reference depends on the dynamic type of that reference.
一个多态引用的函数调用取决于这个引用的动态类型。