NXC  Version 1.2.1 r5
 All Data Structures Files Functions Variables Groups Pages
The function call statement

A function call can also be a statement of the following form:

name(arguments);

The arguments list is a comma-separated list of expressions. The number and type of arguments supplied must match the definition of the function itself. Optionally, the return value may be assigned to a variable.