Initial import of the CDE 2.1.30 sources from the Open Group.
This commit is contained in:
@@ -0,0 +1,8 @@
|
||||
/* $XConsortium: wait5write.c /main/3 1995/10/31 12:03:26 rswiston $ */
|
||||
main()
|
||||
{
|
||||
int i;
|
||||
sleep(5);
|
||||
printf("xyz");
|
||||
scanf("%d", &i);
|
||||
}
|
||||
Reference in New Issue
Block a user