8 - [inconsolata](https://fonts.google.com/specimen/Inconsolata)
14 git clone https://github.com/eliben/pycparser.git #< you need this for pycparser's libc headers even if pycparser is installed
16 touch fake_include/threading.h
17 gcc -E -I pycparser/utils/fake_libc_include/ -I ../include/ -I fake_include/ ../queue/*.c > out.pp
18 ./callgraph.py > out.dot
19 dot -Nfontname=inconsolata -Tpng -o callgraph.png out.dot