Aztec C source - echo.c

dcn at ihuxl.UUCP dcn at ihuxl.UUCP
Sat Nov 12 08:35:17 AEST 1983


#include "stdio.h"

main( argc, argv )
int argc ;
char *argv[] ;
{
	int i ;

	for( i=1 ; i < argc ; i++ )
		printf("%s%c", argv[i], (i<argc-1) ? BLANK : NL) ;

}



More information about the Comp.sources.unix mailing list