2012-12-29 10:30:42 +00:00
|
|
|
\b;Type \c;void\n;
|
|
|
|
Use this type when you want to declare a function that returns nothing.
|
|
|
|
|
|
|
|
Example:
|
|
|
|
\c;\s;void MyFunction(int a)
|
|
|
|
\s;{
|
|
|
|
\s; ...
|
|
|
|
\s;}
|
|
|
|
\n;
|
|
|
|
\t;See also
|
|
|
|
\l;Programming\u cbot;, \l;types\u cbot\type; and \l;categories\u cbot\category;.
|