My Project
Loading...
Searching...
No Matches
func.c File Reference

Source file description. More...

Functions

int func (int arg)
 Function description.

Detailed Description

Source file description.

Source file detail description

Author
aKuad

Function Documentation

◆ func()

int func ( int arg)

Function description.

Function detail description

Example:

int res = func(3);
// 3
int func(int arg)
Function description.
Definition func.c:31
Note
Note of function
Parameters
[in]argArgument description
Returns
Return description