|
Document of c-modernization-kit (override-sample) 1.0.0
|
| override-sample | |
| include | |
| libbase.h | ベースライブラリ (動的リンク用) のヘッダーファイル。 |
| libbase_ext.h | オーバーライドライブラリ (動的リンク用) のヘッダーファイル。 |
| libsrc | |
| base | |
| console_output.c | Console_output 関数の実装ファイル。 |
| dllmain_libbase.c | Base.so / base.dll のロード・アンロード時処理。 |
| funcman_libbase.c | Funcman が管理する関数ポインタの実定義。 |
| funcman_libbase.h | Funcman が管理する関数ポインタの extern 定義。 |
| sample_func.c | Sample_func 関数の実装ファイル。 |
| override | |
| override_func.c | Override_func 関数の実装ファイル。 |
| src | |
| override-sample | |
| override-sample.c | Override-sample メインプログラム。 |