80 lines
		
	
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
			
		
		
	
	
			80 lines
		
	
	
	
		
			3.3 KiB
		
	
	
	
		
			HTML
		
	
	
	
	
	
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.0 Transitional//EN">
 | 
						|
<html>
 | 
						|
  <head>
 | 
						|
    <meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
 | 
						|
    <title>avr-libc: div_t Struct Reference</title>
 | 
						|
    <link href="dox.css" rel="stylesheet" type="text/css">
 | 
						|
  </head>
 | 
						|
<body>
 | 
						|
<center>
 | 
						|
<table width="80%">
 | 
						|
  <tr>
 | 
						|
    <td align="left"><a href="http://www.nongnu.org/avr-libc/">AVR Libc Home Page</a></td>
 | 
						|
    <td align="center" colspan=4><img src="avrs.png" alt="AVRs" align="middle" border="0"></td>
 | 
						|
    <td align="right"><a href="https://savannah.nongnu.org/projects/avr-libc/">AVR Libc Development Pages</a></td>
 | 
						|
  </tr>
 | 
						|
  <tr>
 | 
						|
    <td align="center" width="13%"><a href="index.html">Main Page</a></td>
 | 
						|
    <td align="center" width="13%"><a href="pages.html">User Manual</a></td>
 | 
						|
    <td align="center" width="13%"><a href="modules.html">Library Reference</a></td>
 | 
						|
    <td align="center" width="13%"><a href="FAQ.html">FAQ</a></td>
 | 
						|
    <td align="center" width="13%"><a href="globals.html">Alphabetical Index</a></td>
 | 
						|
    <td align="center" width="13%"><a href="group__demos.html">Example Projects</a></td>
 | 
						|
  </tr>
 | 
						|
</table>
 | 
						|
</center>
 | 
						|
<hr width="80%">
 | 
						|
<!-- Generated by Doxygen 1.5.6 -->
 | 
						|
<div class="contents">
 | 
						|
<h1>div_t Struct Reference<br>
 | 
						|
<small>
 | 
						|
[<a class="el" href="group__avr__stdlib.html"><stdlib.h>: General utilities</a>]</small>
 | 
						|
</h1><!-- doxytag: class="div_t" --><hr><a name="_details"></a><h2>Detailed Description</h2>
 | 
						|
Result type for function <a class="el" href="group__avr__stdlib.html#g7486ea9a8a90ac6b93bed37d08ebbd9e">div()</a>. <table border="0" cellpadding="0" cellspacing="0">
 | 
						|
<tr><td></td></tr>
 | 
						|
<tr><td colspan="2"><br><h2>Data Fields</h2></td></tr>
 | 
						|
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structdiv__t.html#0b9dda2884048daa68ca4aaa12b17b9a">quot</a></td></tr>
 | 
						|
 | 
						|
<tr><td class="memItemLeft" nowrap align="right" valign="top">int </td><td class="memItemRight" valign="bottom"><a class="el" href="structdiv__t.html#c64389de252de53eda8b4f8dbb7c623f">rem</a></td></tr>
 | 
						|
 | 
						|
</table>
 | 
						|
<hr><h2>Field Documentation</h2>
 | 
						|
<a class="anchor" name="0b9dda2884048daa68ca4aaa12b17b9a"></a><!-- doxytag: member="div_t::quot" ref="0b9dda2884048daa68ca4aaa12b17b9a" args="" -->
 | 
						|
<div class="memitem">
 | 
						|
<div class="memproto">
 | 
						|
      <table class="memname">
 | 
						|
        <tr>
 | 
						|
          <td class="memname">int <a class="el" href="structdiv__t.html#0b9dda2884048daa68ca4aaa12b17b9a">div_t::quot</a>          </td>
 | 
						|
        </tr>
 | 
						|
      </table>
 | 
						|
</div>
 | 
						|
<div class="memdoc">
 | 
						|
 | 
						|
<p>
 | 
						|
The Quotient. 
 | 
						|
</div>
 | 
						|
</div><p>
 | 
						|
<a class="anchor" name="c64389de252de53eda8b4f8dbb7c623f"></a><!-- doxytag: member="div_t::rem" ref="c64389de252de53eda8b4f8dbb7c623f" args="" -->
 | 
						|
<div class="memitem">
 | 
						|
<div class="memproto">
 | 
						|
      <table class="memname">
 | 
						|
        <tr>
 | 
						|
          <td class="memname">int <a class="el" href="structdiv__t.html#c64389de252de53eda8b4f8dbb7c623f">div_t::rem</a>          </td>
 | 
						|
        </tr>
 | 
						|
      </table>
 | 
						|
</div>
 | 
						|
<div class="memdoc">
 | 
						|
 | 
						|
<p>
 | 
						|
The Remainder. 
 | 
						|
</div>
 | 
						|
</div><p>
 | 
						|
<hr>The documentation for this struct was generated from the following file:<ul>
 | 
						|
<li><a class="el" href="stdlib_8h.html">stdlib.h</a></ul>
 | 
						|
</div>
 | 
						|
 | 
						|
<hr width="80%">
 | 
						|
<p><center>Automatically generated by Doxygen 1.5.6 on 4 Dec 2008.</center></p>
 | 
						|
 | 
						|
</body>
 | 
						|
</html>
 |