Skip to content

Latest commit

 

History

History
27 lines (21 loc) · 490 Bytes

README.md

File metadata and controls

27 lines (21 loc) · 490 Bytes

GlobalVariablesFinder

Use

  1. python shell
  2. ctags command line tool

to list all the global variables in the .c and .h files

Usage

Environment

  • OS : Ubuntu (or Linux-Based)
  • python libraries : subprocess, argparse, csv
  • tool : ctags

Command

python finder.py -f "your folder name"

Result

  • A CSV file named report.csv
ITEM Variable Name In Which Program
0 temp swap.c
1 count countNum.c
... ... ...