home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 1 / ARM_CLUB_CD.iso / contents / apps / program / d / flow / !flow / !Help < prev    next >
Encoding:
Text File  |  1992-11-24  |  1.4 KB  |  41 lines

  1.  !Flow Version 1.00 Help File 
  2.  ------------------------------
  3.  
  4. /***************************************************************************/
  5.  
  6.  The software is provided "as is"; I Brian Higgins make no warranty, express
  7.  or implied, of the merchantability of this software or its fitness for any
  8.  particular purpose. In no circumstances shall I be liable for any damage,
  9.  loss of profits, or any indirect or consequential loss arising out of the
  10.  use of this software or inability to use this software, even if I have been
  11.  advised of the possibility of such loss.
  12.  
  13. /***************************************************************************/
  14.  
  15.  here you are then... 
  16.  
  17.  This program "finds the module call structure of c program"
  18.  
  19.  Some have found this utility useful while debugging apps.  One doesn't have
  20.  to go dredging through the code to find what function calls one has made,
  21.  one simply goes dredging through this file instead. 
  22.  It is quite useful for finding functions that have not been called anywhere  and is also useful while explaining how a large program works to somebody, 
  23.  or to yourself for that matter! 
  24.   
  25.  To use simply drag a c source program to the iconbar. A standard SaveAs
  26.  box will appear.  This file contains all the function flow information.
  27.  
  28.  For those that are interested the cflow analyserer "cflow" is in 
  29.  !flow.c.cflow
  30.  
  31.  you can get me at:
  32.      92 Ranelagh Road,
  33.      Ranelagh,
  34.      Dublin 6.
  35.      Eire.
  36.  
  37. Good luck!
  38.  
  39.   Briag.
  40.  
  41.