Does a function that returns a constant work slower than a voidfunction?
一个函数返回一个恒定的工作比函数慢吗?
2
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语言中,正确的方法是说明,没有任何东西进入到这个函数中来;,所以我明确地在这里指明。
3
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).