|
Document of c-modernization-kit (override-sample) 1.0.0
|
sample_func 関数の実装ファイル。 More...
Go to the source code of this file.
Functions | |
| int BASE_API | sample_func (const int a, const int b, int *result) |
| 計算処理を行います。 | |
sample_func 関数の実装ファイル。
外部ライブラリに処理を委譲可能なサンプル関数を提供します。
Definition in file sample_func.c.
| int BASE_API sample_func | ( | const int | a, |
| const int | b, | ||
| int * | result ) |
計算処理を行います。
| [in] | a | 第一オペランド。 |
| [in] | b | 第二オペランド。 |
| [out] | result | 計算結果を格納するポインタ。 |
Definition at line 20 of file sample_func.c.
References BASE_API, console_output(), and pfo_sample_func.
Referenced by main().