home *** CD-ROM | disk | FTP | other *** search
/ RISC DISC 2 / RISC_DISC_2.iso / pd_share / program / code / andylib / h / tracker < prev   
Encoding:
Text File  |  1993-08-10  |  174 b   |  19 lines

  1. /* tracker.h */
  2.  
  3. #ifndef __tracker_h
  4. #define __tracker_h
  5.  
  6. #ifdef __cplusplus
  7. extern "C" {
  8. #endif
  9.  
  10.  
  11. void tracker_printf(char *fmt, ...);
  12.  
  13. #ifdef __cplusplus
  14. }
  15. #endif
  16.  
  17.  
  18. #endif
  19.