On 5/2/2015 4:49 PM, Richard Hipp wrote:
> On 5/2/15, Andy Goth wrote:
>> I have a hard time locating where functions are defined, as opposed to
>> where they are prototyped or used. Yeah I know I could use ctags or
>> such, but I prefer simple greps when possible.
>
> You could use "grep '^[a-z]
On 5/2/15, Andy Goth wrote:
> I have a hard time locating where functions are defined, as opposed to
> where they are prototyped or used. Yeah I know I could use ctags or
> such, but I prefer simple greps when possible.
>
> There are a few stylistic techniques to make it easy to find a function
>
I have a hard time locating where functions are defined, as opposed to
where they are prototyped or used. Yeah I know I could use ctags or
such, but I prefer simple greps when possible.
There are a few stylistic techniques to make it easy to find a function
definition. One is to put the function