Andrew Brown <atatat@atatdot.net> writes: > i suppose if you wished, you could also stuff the strrchr() call > into the ?: operator in the strncpy() argument. :) Can we please avoid silly hacks like this? I'd much rather see an `if' there than the ?: thing. /Johan