Het bronpakket libc-scan-perl downloaden:
C::Scan is useful for determining information about C source files.
It can give you:
- Lists of all included files - Hashes describing all #defined macros - Information about function declarations and inline functions - Definitions for user-defined types - Information about extern variables
C::Scan uses the Data::Flow API to perform its job of correlating data and managing interdependencies between the data it can provide.
|
|
|