Add strings.h
Ralf Corsepius
ralf.corsepius@rtems.org
Fri Oct 8 15:25:00 GMT 2010
On 10/08/2010 04:45 PM, Howland Craig D (Craig) wrote:
> Ralf:
>
> One suggestion: for the unimplemented functions, rather than #if 0 to
> effectively comment them out, actually comment them out so that if
> people
> grep for them the results show that they are not real.
>
> That is, change, for example,
> #if 0
> /* Not implemented */
> int _EXFUN(strcasecmp_l,(const char *, const char *, locale_t));
> #endif
>
> to something like
> #if 0
> /* Not implemented */
> /* TBD int _EXFUN(strcasecmp_l,(const char *, const char *,
> locale_t)); */
> #endif
> [where the #if 0 could be kept, but obviously would not be needed].
I am OK with either solution - Jeff, Corinna, what's your preference?
Ralf
More information about the Newlib
mailing list