|
Document of c-modernization-kit (doxygen-sample) 1.0.0
|
Go to the source code of this file.
Functions | |
| void | direction_func (int a, int *b, int *c, int *d, int *e) |
| void direction_func | ( | int | a, |
| int * | b, | ||
| int * | c, | ||
| int * | d, | ||
| int * | e ) |
| [in] | a | in パラメータ。
|
| [out] | b | out パラメータ。 |
| [in,out] | c | in,out パラメータ。 |
| [in,out] | d | in,out (inout 表記) パラメータ。 |
| e | 属性なしのパラメータ。
|