|
Server : Apache/2.2.17 (Unix) mod_ssl/2.2.17 OpenSSL/0.9.8e-fips-rhel5 DAV/2 PHP/5.2.17 System : Linux localhost 2.6.18-419.el5 #1 SMP Fri Feb 24 22:47:42 UTC 2017 x86_64 User : nobody ( 99) PHP Version : 5.2.17 Disable Function : NONE Directory : /usr/share/doc/doxygen-1.4.7/examples/define/html/ |
Upload File : |
<!DOCTYPE HTML PUBLIC "-//W3C//DTD HTML 4.01 Transitional//EN">
<html><head><meta http-equiv="Content-Type" content="text/html;charset=iso-8859-1">
<title>Define Command: define.h File Reference</title>
<link href="doxygen.css" rel="stylesheet" type="text/css">
<link href="tabs.css" rel="stylesheet" type="text/css">
</head><body>
<!-- Generated by Doxygen 1.4.7 -->
<div class="tabs">
<ul>
<li><a href="index.html"><span>Main Page</span></a></li>
<li id="current"><a href="files.html"><span>Files</span></a></li>
</ul></div>
<div class="tabs">
<ul>
<li><a href="files.html"><span>File List</span></a></li>
<li><a href="globals.html"><span>File Members</span></a></li>
</ul></div>
<h1>define.h File Reference</h1>testing defines <a href="#_details">More...</a>
<p>
<p>
<a href="define_8h-source.html">Go to the source code of this file.</a><table border="0" cellpadding="0" cellspacing="0">
<tr><td></td></tr>
<tr><td colspan="2"><br><h2>Defines</h2></td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="define_8h.html#996f7be338ccb40d1a2a5abc1ad61759">ABS</a>(x) (((x)>0)?(x):-(x))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="define_8h.html#acc3ee1a7f283f8ef65cea31f4436a95">MAX</a>(x, y) ((x)>(y)?(x):(y))</td></tr>
<tr><td class="memItemLeft" nowrap align="right" valign="top">#define </td><td class="memItemRight" valign="bottom"><a class="el" href="define_8h.html#74e75242132eaabbc1c512488a135926">MIN</a>(x, y) ((x)>(y)?(y):(x))</td></tr>
</table>
<hr><a name="_details"></a><h2>Detailed Description</h2>
testing defines
<p>
This is to test the documentation of defines. <hr><h2>Define Documentation</h2>
<a class="anchor" name="996f7be338ccb40d1a2a5abc1ad61759"></a><!-- doxytag: member="define.h::ABS" ref="996f7be338ccb40d1a2a5abc1ad61759" args="(x)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define ABS </td>
<td>(</td>
<td class="paramtype">x </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> (((x)>0)?(x):-(x))</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Computes the absolute value of its argument <em>x</em>.
</div>
</div><p>
<a class="anchor" name="acc3ee1a7f283f8ef65cea31f4436a95"></a><!-- doxytag: member="define.h::MAX" ref="acc3ee1a7f283f8ef65cea31f4436a95" args="(x, y)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MAX </td>
<td>(</td>
<td class="paramtype">x, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">y </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> ((x)>(y)?(x):(y))</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Computes the maximum of <em>x</em> and <em>y</em>.
</div>
</div><p>
<a class="anchor" name="74e75242132eaabbc1c512488a135926"></a><!-- doxytag: member="define.h::MIN" ref="74e75242132eaabbc1c512488a135926" args="(x, y)" -->
<div class="memitem">
<div class="memproto">
<table class="memname">
<tr>
<td class="memname">#define MIN </td>
<td>(</td>
<td class="paramtype">x, <tr>
<td class="paramkey"></td>
<td></td>
<td class="paramtype">y </td>
<td class="paramname"> </td>
<td> ) </td>
<td width="100%"> ((x)>(y)?(y):(x))</td>
</tr>
</table>
</div>
<div class="memdoc">
<p>
Computes the minimum of <em>x</em> and <em>y</em>.
</div>
</div><p>
<hr size="1"><address style="align: right;"><small>Generated on 11 Jun 2012 for Define Command by
<a href="http://www.doxygen.org/index.html">
<img src="doxygen.png" alt="doxygen" align="middle" border="0"></a> 1.4.7 </small></address>
</body>
</html>