gotosleep.h 98 B

12345
  1. #ifndef _GoToSleep_H
  2. #define _GoToSleep_H
  3. extern void setSleep();
  4. extern void checkSleep();
  5. #endif