home *** CD-ROM | disk | FTP | other *** search
/ Amiga MA Magazine 1998 #6 / amigamamagazinepolishissue1998.iso / coders / genproto / genproto.readme < prev    next >
Text File  |  1996-11-12  |  564b  |  15 lines

  1. Short:    v1.2, extract and sort prototypes from C/C++ sources
  2. Author:   Nicolas Pomarede (pomarede@isty-info.uvsq.fr)
  3. Uploader: Nicolas Pomarede (pomarede@isty-info.uvsq.fr)
  4. Type:     dev/c
  5.  
  6. This is version 1.2 of GenProto, a little tool to create indexes
  7. of all the functions contained in C/C++ sources files.
  8. Functions can then be sorted to create a sort of table of content
  9. of your source files. You can then browse your sources more quickly
  10. when looking for a function.
  11.  
  12. As a little example, type: genproto main.c
  13.  
  14. See README for more detailled informations.
  15.