sleep.h 68 B

123456
  1. #ifndef __SLEEP_H_
  2. #define __SLEEP_H_
  3. void Sleeping(void);
  4. #endif