home *** CD-ROM | disk | FTP | other *** search
/ ARM Club 3 / TheARMClub_PDCD3.iso / hensa / programming / andylib_1 / 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.