avr-libc-dev
[Top][All Lists]
Advanced

[Date Prev][Date Next][Thread Prev][Thread Next][Date Index][Thread Index]

[avr-libc-dev] [bug #25321] div_t and ldiv_t incorrect documentation


From: Stu Bell
Subject: [avr-libc-dev] [bug #25321] div_t and ldiv_t incorrect documentation
Date: Wed, 14 Jan 2009 19:29:10 +0000
User-agent: Mozilla/5.0 (Windows; U; Windows NT 5.1; en-US; rv:1.9.0.5) Gecko/2008120122 Firefox/3.0.5

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/





reply via email to

[Prev in Thread] Current Thread [Next in Thread]