소개
This skill provides a structured approach for refactoring a C codebase to eliminate `extern` function declarations, a common task in large-scale decompilation projects. It guides the user through identifying issues with a dedicated analysis script, implementing fixes by creating or updating header files, and verifying the build's integrity. The skill also includes best practices for resolving complex type conflicts and circular dependencies, ensuring all functions are correctly defined and included for improved code organization and maintainability.