Paul D. Smith wrote:
%% Russell Shaw <[EMAIL PROTECTED]> 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@gnu.org
http://lists.gnu.org/mailman/listinfo/autoconf

Reply via email to