函数原型 meaning in English
function prototype
Examples
- Prototype your functions before they are invoked
在调用函数之前先制订函数原型。 - Add a public constructor prototype that takes one parameter of type
类型的参数的公共构造函数原型: - It s easy to prototype a function
制订函数原型很容易。 - Any function prototypes already present in the source file are ignored
忽略任何已在源文件中的函数原型。 - To make the list of function prototypes a part of your source file
使该函数原型列表成为源文件的一部分。