Y
Hacker News
new
|
ask
|
show
|
jobs
by
glouwbug
2309 days ago
Keep your declarations on a single line:
int fun(void*);
And
grep -r fun *.h
Will tell you everything you need
1 comments
brachi
2309 days ago
also, you could use ctags.
link