函数原型 meaning in English
function prototype
Examples
- These lines declare the function prototypes of all functions in the code , as per ansi c conventions
按照ansi c约定,这些行声明了代码中所有函数的函数原型。 - Add a function prototype for the imported function to the class or module you are using , and apply the
将导入函数的函数原型添加到您正在使用的类或模块,并将 - Generate a listing by compiling the source file that contains the function definition or prototype with the
通过编译包含函数定义或函数原型的源文件生成列表, - A decorated name is a string created by the compiler during compilation of the function definition or prototype
修饰名是在编译函数定义或函数原型期间由编译器创建的字符串。 - Creates a function prototype for each function defined in the source file , but does not compile the source file
此选项为在源文件中定义的每个函数创建函数原型,但不编译该源文件。