void function的意思|示意

美 / / 英 / /


void function相关短语

1、 void identification function 脱空判别函数

void function相关例句

When we start talking to the library about something, we call a function called newsession that returns a void pointer (not an unusual way to organize things).

当我们开始与库交流时,我们调用一个名为 newsession 的函数,它会返回一个空指针(这是组织事情的惯用方法)。

Does a function that returns a constant work slower than a void function?

一个函数返回一个恒定的工作比函数慢吗?

In C, the truly correct way is to be very pathantic and say, ; nothing is coming into this function; void so I'll explicitly say, void here.

在C语言中,正确的方法是说明,没有任何东西进入到这个函数中来;,所以我明确地在这里指明。