/* ECP: FILEname=fig1_1.c */ /* 1*/ #include /* 2*/ main( void ) /* 3*/ { /* 4*/ printf( "Is there anybody out there?\n" ); /* 5*/ return 0; /* 6*/ }