ファイルとページの一覧

  • 📁 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 定義。
        • 📄 funcman_libbase.md
               funcman_libbase の概要
        • 📄 sample_func.c
               sample_func 関数の実装ファイル。
      • 📁 override
        • 📄 override_func.c
               override_func 関数の実装ファイル。
    • 📁 src
      • 📁 override-sample
  • 📄 README.md
         c-modernization-kit サンプル (override-sample)