2 Copyright © 1995-2014, The AROS Development Team. All rights reserved.
13 FPuts(Output(), "The command line arguments should be printed on next line\n");
16 BPTR in
= Input(), out
= Output();
18 c
!= '\n' && c
!= ENDSTREAMCH
;
24 puts("Type a line and it should be repeated");
27 for (c2
= getc(stdin
);
28 c2
!= '\n' && c2
!= EOF
&& errno
== 0;