home *** CD-ROM | disk | FTP | other *** search
/ InfoMagic Source Code 1993 July / THE_SOURCE_CODE_CD_ROM.iso / bsd_srcs / usr.bin / gprof / hp300.c < prev    next >
Encoding:
C/C++ Source or Header  |  1991-04-18  |  190 b   |  12 lines

  1. #include "gprof.h"
  2.  
  3. /*
  4.  * gprof -c isn't currently supported...
  5.  */
  6. findcall( parentp , p_lowpc , p_highpc )
  7.     nltype        *parentp;
  8.     unsigned long    p_lowpc;
  9.     unsigned long    p_highpc;
  10. {
  11. }
  12.