End line of functions
| Newsgroups | gmane.comp.gnu.global.general |
|---|---|
| Message-ID | <[email protected]> |
Hello hackers, I've been appreciating your work very much. I have C source files each having a number of functions. Now I want to pick several functions from the files and put them into a new file. So the end line of the specified functions as well as their start line is needed to know. Could we get the end line number of a function body using global/gtags ? Or do you know a different solution ? Thanks in advance. //Ken