| Name | Modified | Size | Downloads / Week |
|---|---|---|---|
| ReadMe.txt | 2016-07-17 | 416 Bytes | |
| struct_extractor.tar | 2016-07-17 | 30.7 kB | |
| Totals: 2 Items | 31.1 kB | 0 |
This is simple parser program that tries to extract "struct", variables from other *.C and *.h files
and puts them in .c and .h files in /tmp location
Compilation:
-----------
make clean
make
Execution:
----------
e.g: ./main <*.c>
./main <*.h>
(or)
./main /opt/linux-4.6.4/
This will create folders and files in /tmp/opt/linux-4.6.4/ with extracted structure variables.