SYNOPSIS
gengraph [options] <nccout> <function> ...OPTIONS
- -h | --help: usage statement
- -V | --version: print version and exit
- -D | --dot: additional options to dot
- -d | --depth: max depth of graph
- -i | --ignore: functions to ignore
- -l | --location: show file names of function declarations
- -s | --show: show function but ignore sub-functions
USAGE
gengraph -i "exit strlen" nccout main | dot -Tsvg -o func.svg
gengraph -i "exit strlen" nccout main | springgraph > output.png