#include int main(int argc, char * argv[]) { int t = atol(argv[1]); printf("started, t = %d\n", t); sleep(t); printf("stopped\n"); }