home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / stubshack / HeapGraph / h / Sendf < prev   
Encoding:
Text File  |  1994-11-24  |  142 b   |  9 lines

  1. /* Don't #include this yourself.    */
  2.  
  3. #ifndef __HeapGraph_Sendf_h
  4. #define __HeapGraph_Sendf_h
  5.  
  6. void    HeapGraph__Sendf( char *fmt, ...);
  7.  
  8. #endif
  9.