Hello Everybody
I dont have any idea of how to count the number of functions in C program. Help me out... Thanks
Navneet
I dont have any idea of how to count the number of functions in C program. Help me out... Thanks
Navneet
$ nm elf_file | grep "T " | grep -v " _" | wc -l
-O0 -fno-builtin -fno-inline-functions-called-once
Comment