Answers for "bash get all function names of a c file"

0

bash get all function names of a c file

find top-dir -type f -name '*.[ch]' -exec ectags -x --c-kinds=f {} ';' >table
Posted by: Guest on May-18-2020

Code answers related to "bash get all function names of a c file"

Browse Popular Code Answers by Language