sample_func 関数の実装ファイル。
外部ライブラリに処理を委譲可能なサンプル関数を提供します。
c-modenization-kit sample team
1.0.0
2026/02/21
Copyright (C) CompanyName, Ltd. 2026. All rights reserved.
int BASE_API sample_func ( const int a, const int b, int *result )計算処理を行います。
成功時は 0、失敗時は -1 を返します。
result が NULL の場合は -1 を返します。