autoconf
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

Re: String functions with end pointers?


From: Russell Shaw
Subject: Re: String functions with end pointers?
Date: Tue, 25 Apr 2006 21:58:39 +1000
User-agent: Mozilla/5.0 (X11; U; Linux i686; en-US; rv:1.7.12) Gecko/20060205 Debian/1.7.12-1.1

Paul D. Smith wrote:
%% Russell Shaw <address@hidden> 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.




reply via email to

[Prev in Thread] Current Thread [Next in Thread]