home *** CD-ROM | disk | FTP | other *** search
/ Amiga ISO Collection / AmigaUtilCD2.iso / Programming / C / OTL-MC6.DMS / in.adf / incl.lha / INCLUDE / clib / battclock_protos.h < prev    next >
Encoding:
C/C++ Source or Header  |  1994-10-29  |  582 b   |  33 lines

  1. #ifndef  CLIB_BATTCLOCK_PROTOS_H
  2. #define  CLIB_BATTCLOCK_PROTOS_H
  3.  
  4. /*
  5. **    $VER: battclock_protos.h 1.3 (3.5.90)
  6. **    Includes Release 40.15
  7. **
  8. **    C prototypes. For use with 32 bit integers only.
  9. **
  10. **    (C) Copyright 1990-1993 Commodore-Amiga, Inc.
  11. **        All Rights Reserved
  12. */
  13.  
  14. #ifndef  EXEC_TYPES_H
  15. #include <exec/types.h>
  16. #endif
  17.  
  18. #ifdef __cplusplus
  19. #define CLIBCPLUSON
  20. #pragma -
  21. #endif
  22.  
  23. void ResetBattClock( void );
  24. ULONG ReadBattClock( void );
  25. void WriteBattClock( unsigned long time );
  26.  
  27. #ifdef CLIBCPLUSON
  28. #undef CLIBCPLUSON
  29. #pragma +
  30. #endif
  31.  
  32. #endif     /* CLIB_BATTCLOCK_PROTOS_H */
  33.