URL:
<http://savannah.nongnu.org/bugs/?25321>
Summary: div_t and ldiv_t incorrect documentation
Project: AVR C Runtime Library
Submitted by: stu_san
Submitted on: Wed 14 Jan 2009 07:29:09 PM GMT
Category: Documentation
Severity: 3 - Normal
Priority: 5 - Normal
Item Group: Documentation
Status: None
Percent Complete: 0%
Assigned to: None
Open/Closed: Open
Discussion Lock: Any
Release: 1.6.4
Fixed Release: None
_______________________________________________________
Details:
This is seen in the online documentation, as of 2008/01/14.
Although the separate entries for div_t and ldiv_t have the correct member
names, the documentation immediately before the div() and ldiv() documentation
is incorrect.
div_t div ( int __num,
int __denom
)
Should be:
div_t div ( int quot,
int rem
)
With the same problems for ldiv_t
_______________________________________________________
Reply to this item at:
<http://savannah.nongnu.org/bugs/?25321>
_______________________________________________
Message sent via/by Savannah
http://savannah.nongnu.org/
_______________________________________________
AVR-libc-dev mailing list
[email protected]
http://lists.nongnu.org/mailman/listinfo/avr-libc-dev