This is the mail archive of the
newlib@sourceware.org
mailing list for the newlib project.
Re: [patch] Add stpcpy/stpncpy
Corinna Vinschen wrote:
On Jun 28 12:04, Jeff Johnston wrote:
Corinna,
Please put the prototypes in the !_STRICT_ANSI_ section of string.h.
Ok.
Please put the sources in the Makefile.am ELIX_SOURCES list for now.
Why?
Because they actually belong in ELIX level 4. This puts them in ELIX
level 2. They are not ELIX level 1 functions nor are they general since
they are extensions.
Also please add the documentation references to the
libc/string/strings.tex file. Other than that, approved.
Ok.
Corinna