Data types
|
"void" keyword
In AIDPT "void" specifies an empty data type.
Used as a function return type, it means that the routine does not return a value.
void toScreen(string s)
{
}
When found in a function heading, it means that the function does not take any parameters.
unsigned int init(void)
{
}
|
Last update : October 20, 2003
If interested in this project, please fell free to contact the personnel of
our group. The project leader is dr.drs. L.J.M. Rothkrantz