is there any tools that can extract all variables(both public and static) from a set of C files?
        Posted  
        
            by superNewbie
        on Stack Overflow
        
        See other posts from Stack Overflow
        
            or by superNewbie
        
        
        
        Published on 2010-05-13T23:59:28Z
        Indexed on 
            2010/05/14
            0:04 UTC
        
        
        Read the original article
        Hit count: 143
        
Filed under: 
        c
Hi Guys,
I'm wondering if there is any tools that can extract all variables(both public and static) from a set of C files and then export all referenced variables to a text file.
Thanks in advance.
© Stack Overflow or respective owner