Paul D. Smith wrote:
%% Russell Shaw <rjshaw@xxxxxxxxxxxxxxx> writes:
rs> man stpcpy
???
char *stpcpy(char *dest, const char *src);
DESCRIPTION
The stpcpy() function copies the string pointed to by src (including
the terminating `\0' character) to the array pointed to by dest.
Your request was unclear but it sounded like you wanted to manipulate strings
using a pointer to the end rather than the start.
_______________________________________________
Autoconf mailing list
Autoconf@xxxxxxx
http://lists.gnu.org/mailman/listinfo/autoconf