Description
C source files can be scanned to generate function prototypes and variable declarations. It is useful for maintainers working with older C projects that need header cleanup or declaration synchronization.
Generated declarations should be reviewed before being added to headers. Build and test after changes, because macros and conditional code can affect what the tool sees.