This is version 1.2 of GenProto, a little tool to create indexes
of all the functions contained in C/C++ sources files.
Functions can then be sorted to create a sort of table of content
of your source files. You can then browse your sources more quickly
when looking for a function.
As a little example, type: genproto main.c
See README for more detailled informations.
|