2
0

time.inc 350 B

1234567891011121314
  1. /* Date/time functions
  2. *
  3. * (c) Copyright 2001-2005, ITB CompuPhase
  4. * This file is provided as is (no warranties).
  5. */
  6. #if defined _time_included
  7. #endinput
  8. #endif
  9. #define _time_included
  10. #pragma library Time
  11. native gettime(&hour=0, &minute=0, &second=0);
  12. native getdate(&year=0, &month=0, &day=0);
  13. native tickcount(&granularity=0);