You can explicity inline the prototype for the given topic.
Prototypes | You can explicity inline the prototype for the given topic. |
Example 1 | For basic and advanced level languages the Prototype keywords allow a prototype to be embedded within the documentation. |
Functions | |
MyFunction | The MyFunction definition is using an explicit prototype. |
For basic and advanced level languages the Prototype keywords allow a prototype to be embedded within the documentation.
Function: MyFunction The MyFunction definition is using an explicit prototype. Prototype: void MyFunction (int arg1, int arg1) Arguments: arg1 - First argument arg2 - Second argument Returns: nothing
To send feedback on this topic email: natural@gmai l.com docsplus
© Some Rights Reserved. see License
The MyFunction definition is using an explicit prototype.
void MyFunction ( int arg1, int arg1 )