/* $XConsortium: wait5write.c /main/3 1995/10/31 12:03:26 rswiston $ */ main() { int i; sleep(5); printf("xyz"); scanf("%d", &i); }