Hi Andrew,

> -     for(i = 0; i + 1 < argc; i++) {
> -             strcpy(p, argv[i]);
> -             p += strlen(argv[i]);
> -             *p++ = ' ';
> -     }

stpcpy(3)?

-- 
Cheers, Ralph.

Reply via email to