Help for this page

Select Code to Download


  1. or download this
    #include <stdio.h>
    #include <unistd.h>     /* For usleep */
    ...
        }
        return 0;   /*  Zero is success, right?  */
    }
    
  2. or download this
    #include <stdio.h>
    #include <unistd.h>     /* For usleep */
    ...
        }
        return 0;   /*  Zero is success, right?  */
    }