It has been a while since I last worked on Aesalon proper.
[aesalon.git] / tests / sleep_test.c
blob0ddaf63e9e44baa166cbaa1cedb35eb5ba4327f4
1 #include <stdio.h>
3 int main(int argc, char *argv[]) {
4 printf("**** Sleeping for three seconds . . .\n");
5 sleep(3);
6 return 0;