[<<][c][>>][..]
Mon Jul 18 22:03:39 CEST 2011
cflow & entry point
Just passing a random file to cflow made me think first that all
functions are sorted, meaning that if a function is called by another
one, it is not taken as one of the main entry points.
However, it does seem to miss some things: my code contains static
functions that go into a struct which are completely ignored by cflow.
I tried "--include=s" to include static functions, but that doesn't
seem to work.
Hmm.. Something's wrong. Removing all the "static" annotations does
make the functions show up.
[Reply][About]
[<<][c][>>][..]