ProcList_C
Authors: Alan G. Yoder <agy@cse.nd.edu>
         Rainer Kowallik


Purpose:  Extract  C functions
          and provide a special Buffer with "hot links" to the main program
          

   The following Menu entries are added:
   
      Language/C/Functions       Extract C-Functions
      Language/C/Functions KR    Extract KR-C-Functions
      Language/C/Make Hotlist    Generate a C-Function Hotlist
      Language/C/Make Hotlist KR Generate a KR-C-Function Hotlist
      Language/C/Goto            Goto Function from cursor line (same as typing
                                 <Return> in the "_LSE_" buffer)
      Language/C/Copy Back       Copies back any modifycations from the "_LSE_"
                                 buffer to the main buffer (same as with
                                 extract search, except, that "kill line" is
                                 not possible
                                 
NOTE:
   The robust and fast routine from Alan G. Yoder requires tk4.x !
   If you have tk3.6 the old routine from "FunctionExtract" is used instead.

