Re: Changes to the string library
- From: jacob navia <jacob@xxxxxxxxxxxxxxxx>
- Date: Sun, 07 May 2006 22:18:14 +0200
Oliver Betz a écrit :
jacob navia <jacob@xxxxxxxxxxxxxxxx> wrote:
[...]
Rationale: Why complicate things with #defines? It is better to use the "overloaded" feature.
What says Lint about these changes?
Oliver
Ahh probably will not be very happy :-)
Another thing I forgot:
int Strncat(String str, FILE *stream,size_t nbytes);
This Strncat will add <nbytes> read from <stream> to the string <str>.
.
- Follow-Ups:
- Re: Changes to the string library
- From: Oliver Betz
- Re: Changes to the string library
- References:
- Changes to the string library
- From: jacob navia
- Re: Changes to the string library
- From: Oliver Betz
- Changes to the string library
- Prev by Date: Re: Changes to the string library
- Next by Date: Re: Changes to the string library
- Previous by thread: Re: Changes to the string library
- Next by thread: Re: Changes to the string library
- Index(es):
Relevant Pages
|
|