{ char *tmp = s1; while (*s1) s1++; while (*s1++ = *s2++); return (tmp); }
Standard input is empty
prog.c: In function ‘strcat’: prog.c:6: warning: suggest parentheses around assignment used as truth value /usr/lib/gcc/i686-pc-linux-gnu/4.3.4/../../../crt1.o: In function `_start': (.text+0x18): undefined reference to `main' collect2: ld returned 1 exit status
Standard output is empty