stop.c 72 B

1234567
  1. #include "sleep.h"
  2. int main(void)
  3. {
  4. millisleep(25000);
  5. return 0;
  6. }