home *** CD-ROM | disk | FTP | other *** search
/ BCI NET 2 / BCI NET 2.iso / archives / programming / misc / toolboxsas.lha / Toolbox / lib / include / Time.h < prev   
Encoding:
C/C++ Source or Header  |  1995-02-15  |  398 b   |  16 lines

  1. #ifndef yyTime
  2. #define yyTime
  3.  
  4.  
  5. int StepTime(void);
  6. /* Returns the sum of user time and system time */
  7. /* since the last call to 'StepTime' in milli-  */
  8. /* seconds.                                     */
  9.  
  10. void WriteStepTime(char *string);
  11. /* Writes a line consisting of the string      */
  12. /* 'string' and the value obtained from a call */
  13. /* to 'StepTime' on standard output.           */
  14.  
  15. #endif
  16.