May 2010
Intermediate to advanced
552 pages
13h 37m
English
void — An empty element in a function synopsis indicating that the function in question takes no arguments
The void element indicates explicitly that a
function has no arguments.
The void element produces generated text that
indicates the function has no arguments (or returns nothing). The
exact generated text may vary. One common result is
void.
funcdef, funcparams, funcprototype, funcsynopsisinfo, function, paramdef, parameter, returnvalue, varargs
Read now
Unlock full access