AVR C Runtime Library - Bugs: bug #55703, Confusion in function descriptions
You are not allowed to post comments on this tracker with your current authentication level.
bug #55703: Confusion in function descriptions
Submitter: | David Watson <dkwatson> | ||
Submitted: | Wed 13 Feb 2019 04:35:17 AM UTC | ||
Category: | Documentation | Severity: | 3 - Normal |
Priority: | 5 - Normal | Item Group: | Documentation |
Status: | None | Percent Complete: | 0% |
Assigned to: | None | Open/Closed: | Open |
Release: | 2.0.0 | Fixed Release: | None |
No files currently attached
Depends on the following items: None found
Items that depend on this one: None found
Carbon-Copy List
Follows 1 latest change.
Date | Changed by | Updated Field | Previous Value | => | Replaced by |
---|---|---|---|---|---|
2019-02-13 | dkwatson | Carbon-Copy | - | ![]() |
Added dkwatson |
Re: page 168 in the avr-libc-user-manual-2.0.0.pdf, 23.11.3.26
The function reads: char strncat ( char dest, const char * src, size_t len ) and the description states "... only the first n characters of src ...".
The description should state "... only the first len characters of src ..."
Minor issue, but I notice the edit has be done in 23.11.3.25 and should probably be done in 23.11.3.27 thru 29, possibly others as well.