Hacker News new | ask | show | jobs
by lelanthran 27 days ago
> Your computer won't explode just from downloading and compiling some C code, don't worry ;)

I have no idea what's in the Makefile, and I'm not going to review it just so to try and figure out where a function is defined :-/

2 comments

I found the function body in about 30 seconds by browsing the code on github via plain old text search. Is that also to dangerous? ;)
Use better tooling, then. Cscope is your friend.