|
Document of c-modernization-kit (override-sample) 1.0.0
|
override_func 関数の実装ファイル。 More...
Go to the source code of this file.
Functions | |
| int BASE_EXT_API | override_func (const int a, const int b, int *result) |
| sample_func のオーバーライド実装。 | |
override_func 関数の実装ファイル。
libbase の func から動的にロードされ呼び出されるオーバーライド関数を提供します。
Definition in file override_func.c.
| int BASE_EXT_API override_func | ( | const int | a, |
| const int | b, | ||
| int * | result ) |
sample_func のオーバーライド実装。
| [in] | a | 第一オペランド。 |
| [in] | b | 第二オペランド。 |
| [out] | result | 計算結果を格納するポインタ。 |
libbase の sample_func から動的にロードされ呼び出されます。
a * b を計算して result に格納します。
Definition at line 21 of file override_func.c.
References BASE_EXT_API, and console_output().