home *** CD-ROM | disk | FTP | other *** search
/ APDL Public Domain 1 / APDL_PD1A.iso / program / debug / trace / !TraceTest / h / tracef
Encoding:
Text File  |  1991-01-18  |  152 b   |  9 lines

  1. /*
  2.  * tracef function
  3.  *
  4.  *   message: message number 0 to 9
  5.  *   format:  printf format string
  6.  */
  7.  
  8. void tracef(int message, const char *format, ...);
  9.